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

Unified Diff: components/sync_sessions/local_session_event_router.h

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: components/sync_sessions/local_session_event_router.h
diff --git a/components/sync_sessions/local_session_event_router.h b/components/sync_sessions/local_session_event_router.h
index 8cf9e956ceeebdbc528b293e2fd8f5266db4c050..51b07c3db0317478256a4042a4da75ed571f89cf 100644
--- a/components/sync_sessions/local_session_event_router.h
+++ b/components/sync_sessions/local_session_event_router.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "url/gurl.h"
-namespace browser_sync {
+namespace sync_sessions {
class SyncedTabDelegate;
@@ -58,6 +58,6 @@ class LocalSessionEventRouter {
DISALLOW_COPY_AND_ASSIGN(LocalSessionEventRouter);
};
-} // namespace browser_sync
+} // namespace sync_sessions
#endif // COMPONENTS_SYNC_SESSIONS_LOCAL_SESSION_EVENT_ROUTER_H_
« no previous file with comments | « components/sync_sessions/favicon_cache_unittest.cc ('k') | components/sync_sessions/open_tabs_ui_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698