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

Unified Diff: components/sync_sessions/open_tabs_ui_delegate.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/open_tabs_ui_delegate.h
diff --git a/components/sync_sessions/open_tabs_ui_delegate.h b/components/sync_sessions/open_tabs_ui_delegate.h
index 911b83e9da2e17268543159b560b495ee450d747..cf8fd5faee4d2ee2b5c97fb7ef16f2d9676a1dc3 100644
--- a/components/sync_sessions/open_tabs_ui_delegate.h
+++ b/components/sync_sessions/open_tabs_ui_delegate.h
@@ -14,7 +14,7 @@
#include "components/sessions/core/session_types.h"
#include "components/sync_sessions/synced_session.h"
-namespace sync_driver {
+namespace sync_sessions {
class OpenTabsUIDelegate {
public:
@@ -64,6 +64,6 @@ class OpenTabsUIDelegate {
virtual ~OpenTabsUIDelegate();
};
-} // namespace sync_driver
+} // namespace sync_sessions
#endif // COMPONENTS_SYNC_SESSIONS_OPEN_TABS_UI_DELEGATE_H_
« no previous file with comments | « components/sync_sessions/local_session_event_router.h ('k') | components/sync_sessions/open_tabs_ui_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698