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

Unified Diff: components/sync_sessions/sessions_sync_manager.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/sessions_sync_manager.h ('k') | components/sync_sessions/tab_node_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/sessions_sync_manager.cc
diff --git a/components/sync_sessions/sessions_sync_manager.cc b/components/sync_sessions/sessions_sync_manager.cc
index 70bae6e5c91f4ae9fd448f1f5168116cd4ecf911..67cd0faae61fb789d66c21727d2294fb4e721787 100644
--- a/components/sync_sessions/sessions_sync_manager.cc
+++ b/components/sync_sessions/sessions_sync_manager.cc
@@ -24,8 +24,8 @@
#include "components/variations/variations_associated_data.h"
using sessions::SerializedNavigationEntry;
-using syncer::DeviceInfo;
-using syncer::LocalDeviceInfoProvider;
+using sync_driver::DeviceInfo;
+using sync_driver::LocalDeviceInfoProvider;
using syncer::SyncChange;
using syncer::SyncData;
@@ -79,7 +79,7 @@ std::string TagFromSpecifics(const sync_pb::SessionSpecifics& specifics) {
// lifetime of SessionSyncManager.
SessionsSyncManager::SessionsSyncManager(
sync_sessions::SyncSessionsClient* sessions_client,
- syncer::SyncPrefs* sync_prefs,
+ sync_driver::SyncPrefs* sync_prefs,
LocalDeviceInfoProvider* local_device,
std::unique_ptr<LocalSessionEventRouter> router,
const base::Closure& sessions_updated_callback,
« no previous file with comments | « components/sync_sessions/sessions_sync_manager.h ('k') | components/sync_sessions/tab_node_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698