Index: chrome/browser/sync/profile_sync_service_factory.cc |
diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc |
index f43c98846bba6e0cdb578b6b897066649bec5a26..d41da39840f936c14f57fe67c7dc38ddd18ea6bb 100644 |
--- a/chrome/browser/sync/profile_sync_service_factory.cc |
+++ b/chrome/browser/sync/profile_sync_service_factory.cc |
@@ -12,6 +12,7 @@ |
#include "chrome/browser/defaults.h" |
#include "chrome/browser/extensions/extension_system_factory.h" |
#include "chrome/browser/history/history_service_factory.h" |
+#include "chrome/browser/invalidation/invalidation_service_factory.h" |
#include "chrome/browser/password_manager/password_store_factory.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/profiles/profile_manager.h" |
@@ -64,6 +65,7 @@ ProfileSyncServiceFactory::ProfileSyncServiceFactory() |
DependsOn(HistoryServiceFactory::GetInstance()); |
DependsOn(BookmarkModelFactory::GetInstance()); |
DependsOn(AboutSigninInternalsFactory::GetInstance()); |
+ DependsOn(invalidation::InvalidationServiceFactory::GetInstance()); |
// The following have not been converted to BrowserContextKeyedServices yet, |
// and for now they are explicitly destroyed after the |