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

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

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files 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 f84844cd30fa34df3004777da6b3dd9d0b094ef0..9447a8fdcf0637a7195080741ce62b7dee0b8f26 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