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 30fe671c6d1650fab1b547d69e5aa297c22afa6c..0016b96500d10dcfd145c0e1e449efc7d5c6aef8 100644 |
--- a/chrome/browser/sync/profile_sync_service_factory.cc |
+++ b/chrome/browser/sync/profile_sync_service_factory.cc |
@@ -35,7 +35,6 @@ |
#include "url/gurl.h" |
#if defined(ENABLE_EXTENSIONS) |
-#include "chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h" |
#include "extensions/browser/extension_system_provider.h" |
#include "extensions/browser/extensions_browser_client.h" |
#endif |
@@ -80,7 +79,6 @@ ProfileSyncServiceFactory::ProfileSyncServiceFactory() |
#if defined(ENABLE_EXTENSIONS) |
DependsOn( |
extensions::ExtensionsBrowserClient::Get()->GetExtensionSystemFactory()); |
- DependsOn(notifier::ChromeNotifierServiceFactory::GetInstance()); |
#endif |
// The following have not been converted to KeyedServices yet, |