Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: components/drive/drive_notification_manager.h

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « components/browser_sync/test_profile_sync_service.cc ('k') | components/sync/driver/glue/sync_backend_host_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698