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

Unified Diff: chrome/browser/ui/autofill/chrome_autofill_client.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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: chrome/browser/ui/autofill/chrome_autofill_client.cc
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc
index 1dd6dcdcab117486ce50921010ea6eca1ff123bb..cb34f362119a6ecb7fecfe1b136e3cf9fc153e35 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.cc
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc
@@ -125,7 +125,7 @@ PrefService* ChromeAutofillClient::GetPrefs() {
->GetPrefs();
}
-sync_driver::SyncService* ChromeAutofillClient::GetSyncService() {
+syncer::SyncService* ChromeAutofillClient::GetSyncService() {
Profile* profile =
Profile::FromBrowserContext(web_contents()->GetBrowserContext());
return ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
« no previous file with comments | « chrome/browser/ui/autofill/chrome_autofill_client.h ('k') | chrome/browser/ui/avatar_button_error_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698