| 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() {
|
|
|