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

Unified Diff: components/drive/drive_notification_manager.h

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Self-review. 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..3676e087dda1b296230974524157217b1c4b28e4 100644
--- a/components/drive/drive_notification_manager.h
+++ b/components/drive/drive_notification_manager.h
@@ -13,7 +13,9 @@
#include "components/invalidation/public/invalidation_handler.h"
#include "components/keyed_service/core/keyed_service.h"
+namespace browser_sync {
class ProfileSyncService;
+}
skym 2016/09/22 17:25:59 Closing namespaces.
maxbogue 2016/09/22 19:41:15 Done.
namespace invalidation {
class InvalidationService;

Powered by Google App Engine
This is Rietveld 408576698