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

Unified Diff: components/autofill/core/browser/webdata/autofill_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/autofill/core/browser/webdata/autofill_data_type_controller.cc
diff --git a/components/autofill/core/browser/webdata/autofill_data_type_controller.cc b/components/autofill/core/browser/webdata/autofill_data_type_controller.cc
index 67af5fd718099dd16e9d9746e38dbc0a689e8095..6d875aac9ec3c04e1e871a6e5152922769627b3a 100644
--- a/components/autofill/core/browser/webdata/autofill_data_type_controller.cc
+++ b/components/autofill/core/browser/webdata/autofill_data_type_controller.cc
@@ -16,7 +16,7 @@ namespace browser_sync {
AutofillDataTypeController::AutofillDataTypeController(
const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
const base::Closure& dump_stack,
- syncer::SyncClient* sync_client,
+ sync_driver::SyncClient* sync_client,
const scoped_refptr<autofill::AutofillWebDataService>& web_data_service)
: NonUIDataTypeController(syncer::AUTOFILL, dump_stack, sync_client),
db_thread_(db_thread),

Powered by Google App Engine
This is Rietveld 408576698