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

Unified Diff: components/autofill/core/browser/autofill_wallet_data_type_controller.h

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/autofill_wallet_data_type_controller.h
diff --git a/components/autofill/core/browser/autofill_wallet_data_type_controller.h b/components/autofill/core/browser/autofill_wallet_data_type_controller.h
index e483e0b304f776ecc0c36a92c5c1fcdf754547b7..25b0e3ad3057b95b9f2b466deaf5ae82d2b3a2d3 100644
--- a/components/autofill/core/browser/autofill_wallet_data_type_controller.h
+++ b/components/autofill/core/browser/autofill_wallet_data_type_controller.h
@@ -17,7 +17,7 @@ namespace browser_sync {
// Controls syncing of either AUTOFILL_WALLET or AUTOFILL_WALLET_METADATA.
class AutofillWalletDataTypeController
- : public syncer::NonUIDataTypeController {
+ : public sync_driver::NonUIDataTypeController {
public:
// |type| should be either AUTOFILL_WALLET or AUTOFILL_WALLET_METADATA.
// |dump_stack| is called when an unrecoverable error occurs.
@@ -25,7 +25,7 @@ class AutofillWalletDataTypeController
syncer::ModelType type,
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);
~AutofillWalletDataTypeController() override;
@@ -50,7 +50,7 @@ class AutofillWalletDataTypeController
const scoped_refptr<base::SingleThreadTaskRunner> db_thread_;
// A pointer to the sync client.
- syncer::SyncClient* const sync_client_;
+ sync_driver::SyncClient* const sync_client_;
// Whether the database loaded callback has been registered.
bool callback_registered_;

Powered by Google App Engine
This is Rietveld 408576698