Index: chrome/browser/google_apis/drive_notification_manager_factory.cc |
diff --git a/chrome/browser/google_apis/drive_notification_manager_factory.cc b/chrome/browser/google_apis/drive_notification_manager_factory.cc |
index 9c28800ebeff82f701fbce995acd858ab89a5388..164b72e1381617a58c67cb7e65dfbb25d74d82f1 100644 |
--- a/chrome/browser/google_apis/drive_notification_manager_factory.cc |
+++ b/chrome/browser/google_apis/drive_notification_manager_factory.cc |
@@ -5,6 +5,7 @@ |
#include "chrome/browser/google_apis/drive_notification_manager_factory.h" |
#include "chrome/browser/google_apis/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" |
@@ -33,6 +34,7 @@ DriveNotificationManagerFactory::DriveNotificationManagerFactory() |
"DriveNotificationManager", |
BrowserContextDependencyManager::GetInstance()) { |
DependsOn(ProfileSyncServiceFactory::GetInstance()); |
+ DependsOn(invalidation::InvalidationServiceFactory::GetInstance()); |
satorux1
2013/06/06 04:05:44
Thank you for fixing this.
|
} |
DriveNotificationManagerFactory::~DriveNotificationManagerFactory() {} |