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

Unified Diff: components/autofill/core/browser/autofill_client.h

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: 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;

Powered by Google App Engine
This is Rietveld 408576698