| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 4dc273cb6508102b919741d4e467ebe734b1c685..fd601241823a1b8dd6bb3a0d5cfd1ba457a53103 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -212,7 +212,7 @@ extern const char kChromeUIThemePath[];
|
| extern const char kChromeUIWelcomeHost[];
|
| #endif
|
|
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_LINUX) || defined(OS_BSD)
|
| extern const char kChromeUILinuxProxyConfigHost[];
|
| extern const char kChromeUISandboxHost[];
|
| #endif
|
|
|