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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.mm

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: ios/chrome/browser/ui/autofill/autofill_client_ios.mm
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
index 3fb800fc80ee10b6786c25e8f775205e8562fc98..fb03cb92d75e3ce40edf7323f01bd064ead2f77d 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
@@ -57,7 +57,7 @@ PrefService* AutofillClientIOS::GetPrefs() {
}
// TODO(jdonnelly): Implement this when adding credit card upload.
-sync_driver::SyncService* AutofillClientIOS::GetSyncService() {
+syncer::SyncService* AutofillClientIOS::GetSyncService() {
NOTIMPLEMENTED();
return nullptr;
}
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_client_ios.h ('k') | ios/chrome/browser/ui/webui/history/browsing_history_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698