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

Unified Diff: components/sync_sessions/synced_tab_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
« no previous file with comments | « components/sync_sessions/synced_tab_delegate.h ('k') | components/sync_sessions/synced_window_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/synced_tab_delegate.cc
diff --git a/components/sync_sessions/synced_tab_delegate.cc b/components/sync_sessions/synced_tab_delegate.cc
index 29b21fc3dc8d7adcc9edbcd444bb3f3f20445d02..e36a0d9717e34ee62fd534bc4e59e19be12f0224 100644
--- a/components/sync_sessions/synced_tab_delegate.cc
+++ b/components/sync_sessions/synced_tab_delegate.cc
@@ -4,14 +4,9 @@
#include "components/sync_sessions/synced_tab_delegate.h"
-#include "base/logging.h"
-#include "components/sync_sessions/sync_sessions_client.h"
-
-using browser_sync::SyncedTabDelegate;
-
-namespace browser_sync {
+namespace sync_sessions {
SyncedTabDelegate::SyncedTabDelegate() {}
SyncedTabDelegate::~SyncedTabDelegate() {}
-} // namespace browser_sync
+} // namespace sync_sessions
« no previous file with comments | « components/sync_sessions/synced_tab_delegate.h ('k') | components/sync_sessions/synced_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698