Index: chrome/common/url_constants.cc |
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
index 05a17d86a992e4f33f9aaf4b068bf4b481ce9013..a6495918758a0d4b54b166413d262cade83a9ffb 100644 |
--- a/chrome/common/url_constants.cc |
+++ b/chrome/common/url_constants.cc |
@@ -220,7 +220,7 @@ const char kChromeUIThemePath[] = "theme"; |
const char kChromeUIWelcomeHost[] = "welcome"; |
#endif |
-#if defined(OS_LINUX) || defined(OS_OPENBSD) |
+#if defined(OS_LINUX) || defined(OS_BSD) |
const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; |
const char kChromeUISandboxHost[] = "sandbox"; |
#endif |