Index: chrome/common/url_constants.cc |
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
index 588d6f0dcff038585929762f7e510d8efa36c620..9dc41aea9d59b5c9b6af5bfec7bc11608fae0ed7 100644 |
--- a/chrome/common/url_constants.cc |
+++ b/chrome/common/url_constants.cc |
@@ -10,6 +10,7 @@ |
#include "build/build_config.h" |
#include "chrome/common/features.h" |
#include "content/public/common/url_constants.h" |
+#include "extensions/features/features.h" |
#include "printing/features/features.h" |
#include "url/url_util.h" |
@@ -715,7 +716,7 @@ const char* const kChromeHostURLs[] = { |
#if !defined(DISABLE_NACL) |
kChromeUINaClHost, |
#endif |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
kChromeUIExtensionsHost, |
#endif |
#if BUILDFLAG(ENABLE_PRINT_PREVIEW) |