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

Unified Diff: components/sync_sessions/open_tabs_ui_delegate.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: components/sync_sessions/open_tabs_ui_delegate.cc
diff --git a/components/sync_sessions/open_tabs_ui_delegate.cc b/components/sync_sessions/open_tabs_ui_delegate.cc
index 9943d0c5bf75cf2b7ea556ae667758041a096dbc..23084300735ae2d3a908ca89e0ab67c4b5b523c9 100644
--- a/components/sync_sessions/open_tabs_ui_delegate.cc
+++ b/components/sync_sessions/open_tabs_ui_delegate.cc
@@ -4,8 +4,8 @@
#include "components/sync_sessions/open_tabs_ui_delegate.h"
-namespace sync_driver {
+namespace sync_sessions {
OpenTabsUIDelegate::~OpenTabsUIDelegate() {}
-} // namespace sync_driver
+} // namespace sync_sessions
« no previous file with comments | « components/sync_sessions/open_tabs_ui_delegate.h ('k') | components/sync_sessions/revisit/bookmarks_page_revisit_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698