Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index eff54b380754e63792c58c01de91028dc7b86d48..1a6e4f79985050045f74088e421b499f9d566b83 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -305,7 +305,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_POSIX) && !defined(OS_MACOSX) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD) |
case chrome::DIR_POLICY_FILES: { |
#if defined(GOOGLE_CHROME_BUILD) |
cur = FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies")); |