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

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

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

Powered by Google App Engine
This is Rietveld 408576698