| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index c8912e5b45b2de7dc002e8e35bf4bb8b4d3fd27e..68363b993fd3ba3c49e4683d974d4993e7be183c 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -139,7 +139,7 @@ extern const char kChromeUIWebRtcLogsURL[];
|
| extern const char kChromeUIMediaRouterURL[];
|
| #endif
|
|
|
| -#if defined(OS_WIN) || defined(OS_CHROMEOS)
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| extern const char kChromeUIDiscardsHost[];
|
| extern const char kChromeUIDiscardsURL[];
|
| #endif
|
|
|