| Index: components/autofill/core/browser/autofill_client.h
|
| diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
|
| index 27bfd7b3a9d47f32184d0d94314dc87eca4773d1..a4b403388b1f072de2a58983272117625c5cd397 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -30,7 +30,7 @@ class RectF;
|
| }
|
|
|
| namespace rappor {
|
| -class RapporService;
|
| +class RapporServiceImpl;
|
| }
|
|
|
| namespace syncer {
|
| @@ -103,8 +103,8 @@ class AutofillClient {
|
| // Gets the IdentityProvider associated with the client (for OAuth2).
|
| virtual IdentityProvider* GetIdentityProvider() = 0;
|
|
|
| - // Gets the RapporService associated with the client (for metrics).
|
| - virtual rappor::RapporService* GetRapporService() = 0;
|
| + // Gets the RapporServiceImpl associated with the client (for metrics).
|
| + virtual rappor::RapporServiceImpl* GetRapporServiceImpl() = 0;
|
|
|
| // Causes the Autofill settings UI to be shown.
|
| virtual void ShowAutofillSettings() = 0;
|
|
|