| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 724b8c5ff9bfc7a5a6cbac2833b9961177740a59..7f471c89fd989b594627d3be7fefd8b51aa2b21c 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -11,6 +11,7 @@
|
| #include <vector>
|
|
|
| #include "build/build_config.h"
|
| +#include "chrome/common/features.h"
|
| #include "content/public/common/url_constants.h"
|
|
|
| namespace chrome {
|
| @@ -83,7 +84,7 @@ extern const char kChromeUIUberFrameURL[];
|
| extern const char kChromeUIUserActionsURL[];
|
| extern const char kChromeUIVersionURL[];
|
|
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| extern const char kChromeUIContextualSearchPromoURL[];
|
| extern const char kChromeUINativeScheme[];
|
| extern const char kChromeUINativeNewTabURL[];
|
|
|