| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 4047bef6ecf6c4c9eaca3426739992a9c29a6c95..9d410c58537b09c5310b916547e2c29ab790fdf5 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -36,7 +36,6 @@
|
| #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"
|
| @@ -1014,7 +1013,6 @@
|
| StartupTaskRunnerServiceFactory::GetForProfile(profile)->
|
| StartDeferredTaskRunners();
|
|
|
| - AccountTrackerServiceFactory::GetForProfile(profile);
|
| AccountReconcilorFactory::GetForProfile(profile);
|
| }
|
|
|
|
|