Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index c5134c1108626e8aa9cb9b51628ed87c8c685172..eb2a9cae4a8ccdfce2b956618a3d79d24df116e6 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -25,6 +25,7 @@ |
#include "chrome/browser/lifetime/keep_alive_state_observer.h" |
#include "chrome/common/features.h" |
#include "components/prefs/pref_change_registrar.h" |
+#include "extensions/features/features.h" |
#include "printing/features/features.h" |
class ChromeChildProcessWatcher; |
@@ -218,7 +219,7 @@ class BrowserProcessImpl : public BrowserProcess, |
std::unique_ptr<GpuModeManager> gpu_mode_manager_; |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
std::unique_ptr<extensions::ExtensionsBrowserClient> |
extensions_browser_client_; |