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

Unified Diff: components/autofill/core/browser/test_autofill_client.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/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index c97e95c6551ef5b4efdfe42a202dd3b639d0b468..37ea5b59de1100a0fc7cdfe651640e25662d0f6f 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -30,7 +30,7 @@ PrefService* TestAutofillClient::GetPrefs() {
return prefs_.get();
}
-syncer::SyncService* TestAutofillClient::GetSyncService() {
+sync_driver::SyncService* TestAutofillClient::GetSyncService() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698