Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 9d410c58537b09c5310b916547e2c29ab790fdf5..4047bef6ecf6c4c9eaca3426739992a9c29a6c95 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -36,6 +36,7 @@ |
#include "chrome/browser/profiles/startup_task_runner_service.h" |
#include "chrome/browser/profiles/startup_task_runner_service_factory.h" |
#include "chrome/browser/signin/account_reconcilor_factory.h" |
+#include "chrome/browser/signin/account_tracker_service_factory.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/browser/ui/browser.h" |
@@ -1013,6 +1014,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile, |
StartupTaskRunnerServiceFactory::GetForProfile(profile)-> |
StartDeferredTaskRunners(); |
+ AccountTrackerServiceFactory::GetForProfile(profile); |
AccountReconcilorFactory::GetForProfile(profile); |
} |