Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
index 360bcc2ad0a679a5d1a0ffa96deb71e4f722da3b..2d8ce6dfa70d5f194ce26dc066cc6791a256a49d 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -42,6 +42,7 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
+#include "chrome/common/features.h" |
#include "components/content_settings/core/browser/host_content_settings_map.h" |
#include "components/keyed_service/content/browser_context_dependency_manager.h" |
#include "components/prefs/json_pref_store.h" |
@@ -82,7 +83,7 @@ |
#include "extensions/common/extension.h" |
#endif |
-#if defined(ENABLE_SUPERVISED_USERS) |
+#if BUILDFLAG(ENABLE_SUPERVISED_USERS) |
#include "chrome/browser/content_settings/content_settings_supervised_provider.h" |
#include "chrome/browser/supervised_user/supervised_user_settings_service.h" |
#include "chrome/browser/supervised_user/supervised_user_settings_service_factory.h" |