| Index: components/drive/drive_notification_manager.h
|
| diff --git a/components/drive/drive_notification_manager.h b/components/drive/drive_notification_manager.h
|
| index 630ddc8568a8f3dfdfa13cee5a34492504882c96..6385a380bd6d3e7ff80fa79e8ed96e5b8f09a0d3 100644
|
| --- a/components/drive/drive_notification_manager.h
|
| +++ b/components/drive/drive_notification_manager.h
|
| @@ -13,11 +13,13 @@
|
| #include "components/invalidation/public/invalidation_handler.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
|
|
| +namespace browser_sync {
|
| class ProfileSyncService;
|
| +} // namespace browser_sync
|
|
|
| namespace invalidation {
|
| class InvalidationService;
|
| -}
|
| +} // namespace invalidation
|
|
|
| namespace drive {
|
|
|
|
|