diff options
Diffstat (limited to 'chrome/browser/drive/drive_notification_manager_factory.cc')
-rw-r--r-- | chrome/browser/drive/drive_notification_manager_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/drive/drive_notification_manager_factory.cc b/chrome/browser/drive/drive_notification_manager_factory.cc index 51cda01..8575d9a 100644 --- a/chrome/browser/drive/drive_notification_manager_factory.cc +++ b/chrome/browser/drive/drive_notification_manager_factory.cc @@ -5,11 +5,11 @@ #include "chrome/browser/drive/drive_notification_manager_factory.h" #include "base/logging.h" -#include "chrome/browser/drive/drive_notification_manager.h" #include "chrome/browser/invalidation/profile_invalidation_provider_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" +#include "components/drive/drive_notification_manager.h" #include "components/invalidation/impl/profile_invalidation_provider.h" #include "components/keyed_service/content/browser_context_dependency_manager.h" |