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 d1b3b97aa65949d979531e22b4d4320e0b928b86..0a0f72000da401a683ca88e716a8be99f814383b 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -43,6 +43,7 @@ |
#include "chrome/browser/sessions/tab_restore_service_factory.h" |
#include "chrome/browser/signin/about_signin_internals_factory.h" |
#include "chrome/browser/signin/account_tracker_service_factory.h" |
+#include "chrome/browser/signin/cross_device_promo_factory.h" |
#include "chrome/browser/signin/signin_manager_factory.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/browser/themes/theme_service_factory.h" |
@@ -186,6 +187,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
CloudPrintProxyServiceFactory::GetInstance(); |
#endif |
CookieSettings::Factory::GetInstance(); |
+ CrossDevicePromoFactory::GetInstance(); |
#if defined(ENABLE_NOTIFICATIONS) |
DesktopNotificationServiceFactory::GetInstance(); |
#endif |