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 8c840719e09623c7092a6761ed69459a17f5cc52..af227d17525afb1dc3e1320d60c3fc5e3f2cc2be 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -180,7 +180,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
#if defined(OS_CHROMEOS) |
chromeos::NetworkingPrivateEventRouterFactory::GetInstance(); |
#endif |
-#if defined(ENABLE_PRINTING) |
+#if defined(ENABLE_FULL_PRINTING) |
CloudPrintProxyServiceFactory::GetInstance(); |
#endif |
CookieSettings::Factory::GetInstance(); |