Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index b8f76d1b3a36293c642de58a63e1f6279fb32952..8c70779312e84d1178fb7ee2de32d23fcb6062c1 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); |
} |