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

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 gn. 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..1ce72a52b815ea2f4b88f2aad04f41b67b946f35 100644
--- a/chrome/browser/sync/sessions/notification_service_sessions_router.cc
+++ b/chrome/browser/sync/sessions/notification_service_sessions_router.cc
@@ -39,7 +39,7 @@
using content::NavigationController;
using content::WebContents;
-namespace browser_sync {
+namespace sync_sessions {
namespace {
@@ -59,7 +59,7 @@ SyncedTabDelegate* GetSyncedTabDelegateFromWebContents(
NotificationServiceSessionsRouter::NotificationServiceSessionsRouter(
Profile* profile,
- sync_sessions::SyncSessionsClient* sessions_client,
+ SyncSessionsClient* sessions_client,
const syncer::SyncableService::StartSyncFlare& flare)
: handler_(NULL),
profile_(profile),
@@ -210,4 +210,4 @@ void NotificationServiceSessionsRouter::Stop() {
handler_ = NULL;
}
-} // namespace browser_sync
+} // namespace sync_sessions

Powered by Google App Engine
This is Rietveld 408576698