aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc
blob: c5dea15ace97486dafc2c5b491d5c3f23482df80 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                       
--- components/device_signals/core/system_signals/platform_delegate.cc.orig	2022-09-24 10:57:32 UTC
+++ components/device_signals/core/system_signals/platform_delegate.cc
@@ -11,7 +11,7 @@ namespace device_signals {
 
 bool CustomFilePathComparator::operator()(const base::FilePath& a,
                                           const base::FilePath& b) const {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // On Linux, the file system is case sensitive.
   return a < b;
 #else