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

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

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Applying comments Created 4 years 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 2212e68f950a00fd06ec660693200b58a07170cf..eabf3e935117c285f5abbc8d0e5059da0c468c09 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
@@ -65,8 +65,8 @@ IdentityProvider* AutofillClientIOS::GetIdentityProvider() {
return identity_provider_.get();
}
-rappor::RapporService* AutofillClientIOS::GetRapporService() {
- return GetApplicationContext()->GetRapporService();
+rappor::RapporServiceImpl* AutofillClientIOS::GetRapporServiceImpl() {
+ return GetApplicationContext()->GetRapporServiceImpl();
}
void AutofillClientIOS::ShowAutofillSettings() {

Powered by Google App Engine
This is Rietveld 408576698