Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index 957c83fb4320548701b08a5e8440181f887b6288..584bd9e51ab55c1cc8c8f1619f02fdc9dbf62f5a 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -294,7 +294,7 @@ bool PathProvider(int key, FilePath* result) { |
if (!file_util::PathExists(cur)) // we don't want to create this |
return false; |
break; |
-#if !defined(OS_MACOSX) && defined(OS_POSIX) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) |
case chrome::DIR_POLICY_FILES: { |
#if defined(GOOGLE_CHROME_BUILD) |
cur = FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies")); |