Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 54c7435760ad8f8b2c2f979e57a5fa8abc368398..f945b08f56ce774dc0e5baa279960ca8b2f71680 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -23,6 +23,7 @@ |
#include "components/prefs/pref_change_registrar.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/browser/host_zoom_map.h" |
+#include "extensions/features/features.h" |
class PrefService; |
@@ -226,7 +227,7 @@ class ProfileImpl : public Profile { |
std::unique_ptr<sync_preferences::PrefServiceSyncable> prefs_; |
std::unique_ptr<sync_preferences::PrefServiceSyncable> otr_prefs_; |
ProfileImplIOData::Handle io_data_; |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
scoped_refptr<ExtensionSpecialStoragePolicy> |
extension_special_storage_policy_; |
#endif |