Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
index 0c6091e65eb1852aeb6ebad0d187212376726140..c4f48eb7954d7d991aa401c2cf89531eabcf4514 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -72,6 +72,7 @@ |
#include "chrome/common/features.h" |
#include "components/spellcheck/spellcheck_build_features.h" |
#include "extensions/features/features.h" |
+#include "ppapi/features/features.h" |
#include "printing/features/features.h" |
#if BUILDFLAG(ENABLE_EXTENSIONS) |
@@ -291,7 +292,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
#if !defined(OS_ANDROID) |
PinnedTabServiceFactory::GetInstance(); |
#endif |
-#if defined(ENABLE_PLUGINS) |
+#if BUILDFLAG(ENABLE_PLUGINS) |
PluginPrefsFactory::GetInstance(); |
#endif |
PrefsTabHelper::GetServiceInstance(); |