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 20a7f9448487ab5cbb3e497d937429bc516f0482..ea05a19d12d7153b5cce2f12907df174ffadf7b6 100644 |
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
@@ -37,6 +37,7 @@ |
#include "chrome/browser/sessions/session_service_factory.h" |
#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/signin_manager_factory.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/browser/themes/theme_service_factory.h" |
@@ -149,6 +150,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
#endif |
AboutSigninInternalsFactory::GetInstance(); |
+ AccountTrackerServiceFactory::GetInstance(); |
autofill::PersonalDataManagerFactory::GetInstance(); |
#if defined(ENABLE_BACKGROUND) |
BackgroundContentsServiceFactory::GetInstance(); |