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

Unified Diff: components/autofill/core/browser/test_autofill_client.cc

Issue 2883563002: Refactor UKM interface for mojo-ification (Closed)
Patch Set: Fix uma_session_stats.cc Created 3 years, 7 months 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/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index 1c67ac60f3819351a0312d4884f6ae807de718d6..82192893dea1fdc385ba8e5af7825b100def1ad3 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -47,8 +47,8 @@ rappor::RapporServiceImpl* TestAutofillClient::GetRapporServiceImpl() {
return rappor_service_.get();
}
-ukm::UkmService* TestAutofillClient::GetUkmService() {
- return ukm_service_test_harness_.test_ukm_service();
+ukm::UkmRecorder* TestAutofillClient::GetUkmRecorder() {
+ return &test_ukm_recorder_;
}
SaveCardBubbleController* TestAutofillClient::GetSaveCardBubbleController() {

Powered by Google App Engine
This is Rietveld 408576698