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

Unified Diff: components/payments/core/test_payment_request_delegate.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/payments/core/test_payment_request_delegate.cc
diff --git a/components/payments/core/test_payment_request_delegate.cc b/components/payments/core/test_payment_request_delegate.cc
index 92765cb4d10774e14195adb25ad4ab6920e126bb..667941953627cb237e8e4c2acb73875a5f85de3a 100644
--- a/components/payments/core/test_payment_request_delegate.cc
+++ b/components/payments/core/test_payment_request_delegate.cc
@@ -59,7 +59,7 @@ autofill::RegionDataLoader* TestPaymentRequestDelegate::GetRegionDataLoader() {
return nullptr;
}
-ukm::UkmService* TestPaymentRequestDelegate::GetUkmService() {
+ukm::UkmRecorder* TestPaymentRequestDelegate::GetUkmRecorder() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698