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 f08402e61fb968dc1734f862524784e201daa406..2eaf0ad8b6a993764a29696b64a8a89131537640 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -70,6 +70,7 @@ |
#include "chrome/browser/undo/bookmark_undo_service_factory.h" |
#include "chrome/browser/web_data_service_factory.h" |
#include "chrome/common/features.h" |
+#include "printing/features/features.h" |
#if defined(ENABLE_EXTENSIONS) |
#include "apps/browser_context_keyed_service_factories.h" |
@@ -203,7 +204,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
chrome::android::DataUseUITabModelFactory::GetInstance(); |
#endif |
UINetworkQualityEstimatorServiceFactory::GetInstance(); |
-#if defined(ENABLE_PRINT_PREVIEW) |
+#if BUILDFLAG(ENABLE_PRINT_PREVIEW) |
CloudPrintProxyServiceFactory::GetInstance(); |
#endif |
CookieSettingsFactory::GetInstance(); |