| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 4a31adad84eab7cfb43f15c1e9e21a8e461d74cb..56d4f49964a30b3bc6afd176fcfbd73496972f05 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -93,7 +93,7 @@ extern const char kChromeUIVersionURL[];
|
| extern const char kChromeUIWelcomeURL[];
|
| extern const char kChromeUIWelcomeWin10URL[];
|
|
|
| -#if BUILDFLAG(ANDROID_JAVA_UI)
|
| +#if defined(OS_ANDROID)
|
| extern const char kChromeUIContextualSearchPromoURL[];
|
| extern const char kChromeUIJavaCrashURL[];
|
| extern const char kChromeUINativeScheme[];
|
| @@ -101,7 +101,7 @@ extern const char kChromeUINativeNewTabURL[];
|
| extern const char kChromeUINativeBookmarksURL[];
|
| extern const char kChromeUINativePhysicalWebDiagnosticsURL[];
|
| extern const char kChromeUINativeRecentTabsURL[];
|
| -#endif
|
| +#endif // defined(OS_ANDROID)
|
|
|
| #if defined(OS_CHROMEOS)
|
| extern const char kChromeUIBluetoothPairingURL[];
|
|
|