Index: trunk/src/chrome/browser/drive/drive_notification_manager_factory.cc |
=================================================================== |
--- trunk/src/chrome/browser/drive/drive_notification_manager_factory.cc (revision 208346) |
+++ trunk/src/chrome/browser/drive/drive_notification_manager_factory.cc (working copy) |
@@ -5,7 +5,6 @@ |
#include "chrome/browser/drive/drive_notification_manager_factory.h" |
#include "chrome/browser/drive/drive_notification_manager.h" |
-#include "chrome/browser/invalidation/invalidation_service_factory.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
@@ -34,7 +33,6 @@ |
"DriveNotificationManager", |
BrowserContextDependencyManager::GetInstance()) { |
DependsOn(ProfileSyncServiceFactory::GetInstance()); |
- DependsOn(invalidation::InvalidationServiceFactory::GetInstance()); |
} |
DriveNotificationManagerFactory::~DriveNotificationManagerFactory() {} |