blob: 199623837fa54c7462ea1fe2eb13c82d8e8707ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/visited_url_ranking/public/url_visit_util.cc.orig 2025-06-30 07:04:30 UTC
+++ components/visited_url_ranking/public/url_visit_util.cc
@@ -68,7 +68,7 @@ PlatformType GetPlatformInput() {
return PlatformType::kWindows;
#elif BUILDFLAG(IS_MAC)
return PlatformType::kMac;
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
return PlatformType::kLinux;
#elif BUILDFLAG(IS_IOS)
return PlatformType::kIos;
|