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

Unified Diff: components/sync_sessions/session_data_type_controller.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
Index: components/sync_sessions/session_data_type_controller.cc
diff --git a/components/sync_sessions/session_data_type_controller.cc b/components/sync_sessions/session_data_type_controller.cc
index ec144668b0729f7548055039945305e8405998c9..fa5609002ead9ebced18f55a48f55a9d6c542e7f 100644
--- a/components/sync_sessions/session_data_type_controller.cc
+++ b/components/sync_sessions/session_data_type_controller.cc
@@ -16,8 +16,8 @@ namespace sync_sessions {
SessionDataTypeController::SessionDataTypeController(
const base::Closure& dump_stack,
- syncer::SyncClient* sync_client,
- syncer::LocalDeviceInfoProvider* local_device,
+ sync_driver::SyncClient* sync_client,
+ sync_driver::LocalDeviceInfoProvider* local_device,
const char* history_disabled_pref_name)
: UIDataTypeController(syncer::SESSIONS, dump_stack, sync_client),
sync_client_(sync_client),

Powered by Google App Engine
This is Rietveld 408576698