Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index ce1c70ee7e03b2a13d9b4d1f259d092cc4a33f8d..26a0843e0c86002f7f63fdb4766fcbc20906aefd 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -17,6 +17,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "build/build_config.h" |
#include "content/public/browser/content_browser_client.h" |
+#include "extensions/features/features.h" |
class ChromeContentBrowserClientParts; |
@@ -326,7 +327,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
base::Callback<void(bool)> callback, |
bool allow); |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
void GuestPermissionRequestHelper( |
const GURL& url, |
const std::vector<std::pair<int, int> >& render_frames, |