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 474a745e8ea895740a38e1fccf2e1fabd04f7468..041d62b3a869f06a38021dd5c8398373576fc344 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; |