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

Unified Diff: components/password_manager/sync/browser/password_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/password_manager/sync/browser/password_data_type_controller.cc
diff --git a/components/password_manager/sync/browser/password_data_type_controller.cc b/components/password_manager/sync/browser/password_data_type_controller.cc
index 76db1ffce8bd4b94d0d057ddb128bf41bfa64497..12cb98d1310a52a3aa9c8762225e35bd69a8b7e4 100644
--- a/components/password_manager/sync/browser/password_data_type_controller.cc
+++ b/components/password_manager/sync/browser/password_data_type_controller.cc
@@ -14,7 +14,7 @@ namespace browser_sync {
PasswordDataTypeController::PasswordDataTypeController(
const base::Closure& dump_stack,
- syncer::SyncClient* sync_client,
+ sync_driver::SyncClient* sync_client,
const base::Closure& state_changed_callback,
const scoped_refptr<password_manager::PasswordStore>& password_store)
: NonUIDataTypeController(syncer::PASSWORDS, dump_stack, sync_client),

Powered by Google App Engine
This is Rietveld 408576698