Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index 63a2cbd13bf18b36a4c7a2c689536c72222b215d..a8d9d723f5b9dbd43b9be261e9d2893c272384af 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -60,6 +60,7 @@ |
#include "content/public/browser/storage_partition.h" |
#include "extensions/browser/extension_protocols.h" |
#include "extensions/common/constants.h" |
+#include "extensions/features/features.h" |
#include "net/base/cache_type.h" |
#include "net/base/sdch_manager.h" |
#include "net/cookies/cookie_store.h" |
@@ -556,7 +557,7 @@ void ProfileImplIOData::InitializeInternal( |
main_context->set_network_quality_estimator( |
io_thread_globals->network_quality_estimator.get()); |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
InitializeExtensionsRequestContext(profile_params); |
#endif |