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..a56d0d87f46a9d4d69730ef7072a1d64ab24c2b8 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" |
@@ -244,6 +245,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
#endif |
ShortcutsBackendFactory::GetInstance(); |
SigninManagerFactory::GetInstance(); |
+ AccountTrackerServiceFactory::GetInstance(); |
noms (inactive)
2014/08/21 18:29:46
I think these are sorted in alphabetical order, so
Roger Tawa OOO till Jul 10th
2014/08/21 20:15:26
Done.
|
#if defined(ENABLE_SPELLCHECK) |
SpellcheckServiceFactory::GetInstance(); |
#endif |