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

Unified Diff: chrome/browser/sync/sessions/notification_service_sessions_router.cc

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix Android. 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: chrome/browser/sync/sessions/notification_service_sessions_router.cc
diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.cc b/chrome/browser/sync/sessions/notification_service_sessions_router.cc
index 780ff29f0530d03590ae1b231beddd6c9c5a87a9..c49d70f24dc2d801ea2eb21d62bc7090aff41941 100644
--- a/chrome/browser/sync/sessions/notification_service_sessions_router.cc
+++ b/chrome/browser/sync/sessions/notification_service_sessions_router.cc
@@ -38,6 +38,8 @@
using content::NavigationController;
using content::WebContents;
+using sync_sessions::SyncedTabDelegate;
+using sync_sessions::LocalSessionEventHandler;
namespace browser_sync {
skym 2016/09/14 22:29:58 Should be namespace sync_sessions
maxbogue 2016/09/15 00:43:53 Done.

Powered by Google App Engine
This is Rietveld 408576698