Index: chrome/browser/sync/profile_sync_service_factory.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_factory.cc (revision 124830) |
+++ chrome/browser/sync/profile_sync_service_factory.cc (working copy) |
@@ -8,7 +8,6 @@ |
#include "base/memory/singleton.h" |
#include "chrome/browser/defaults.h" |
#include "chrome/browser/autofill/personal_data_manager_factory.h" |
-#include "chrome/browser/extensions/extension_system_factory.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/profiles/profile_dependency_manager.h" |
@@ -49,7 +48,6 @@ |
DependsOn(ThemeServiceFactory::GetInstance()); |
DependsOn(GlobalErrorServiceFactory::GetInstance()); |
DependsOn(SigninManagerFactory::GetInstance()); |
- DependsOn(ExtensionSystemFactory::GetInstance()); |
// The following have not been converted to ProfileKeyedServices yet, and for |
// now they are explicitly destroyed after the ProfileDependencyManager is |
@@ -61,6 +59,7 @@ |
// DependsOn(BookmarkBarModelFactory::GetInstance()); |
// DependsOn(FaviconServiceFactory::GetInstance()); |
// DependsOn(PasswordStoreService::GetInstance()); |
+ // DependsOn(ExtensionServiceFactory::GetInstance()); |
} |
ProfileSyncServiceFactory::~ProfileSyncServiceFactory() { |