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

Unified Diff: android_webview/native/aw_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: android_webview/native/aw_autofill_client.h
diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
index 92e1af913c17a48bceb96103d59d49fedf519799..e92b3136865b727372d0e2ec1483db0048451ab8 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -68,7 +68,7 @@ class AwAutofillClient : public autofill::AutofillClient,
PrefService* GetPrefs() override;
syncer::SyncService* GetSyncService() override;
IdentityProvider* GetIdentityProvider() override;
- rappor::RapporService* GetRapporService() override;
+ rappor::RapporServiceImpl* GetRapporServiceImpl() override;
void ShowAutofillSettings() override;
void ShowUnmaskPrompt(
const autofill::CreditCard& card,
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | components/rappor/public/rappor_public_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698