| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 70a10820179020faffa5b614333a9ebd81e3ccdf..99a662eedfe0ac306bf24c728f5b3780712b1c35 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -7,6 +7,7 @@
|
| #include <algorithm>
|
|
|
| #include "base/basictypes.h"
|
| +#include "chrome/common/features.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "url/url_util.h"
|
|
|
| @@ -87,7 +88,7 @@ const char kChromeUIUberFrameURL[] = "chrome://uber-frame/";
|
| const char kChromeUIUserActionsURL[] = "chrome://user-actions/";
|
| const char kChromeUIVersionURL[] = "chrome://version/";
|
|
|
| -#if defined(OS_ANDROID)
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| const char kChromeUIContextualSearchPromoURL[] =
|
| "chrome://contextual-search-promo";
|
| const char kChromeUINativeScheme[] = "chrome-native";
|
|
|