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

Unified Diff: chrome/browser/payments/chrome_payment_request_delegate.cc

Issue 2893943004: Refactor UKM interface for mojo-ification (Closed)
Patch Set: Fixed contextualsearch 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: chrome/browser/payments/chrome_payment_request_delegate.cc
diff --git a/chrome/browser/payments/chrome_payment_request_delegate.cc b/chrome/browser/payments/chrome_payment_request_delegate.cc
index c5cac36ecc2962e08b7e09f6138d8d76552344da..06ce410cec8e5feead81bf04cf5d17166def6b6b 100644
--- a/chrome/browser/payments/chrome_payment_request_delegate.cc
+++ b/chrome/browser/payments/chrome_payment_request_delegate.cc
@@ -113,8 +113,8 @@ AddressNormalizer* ChromePaymentRequestDelegate::GetAddressNormalizer() {
return &address_normalizer_;
}
-ukm::UkmService* ChromePaymentRequestDelegate::GetUkmService() {
- return g_browser_process->ukm_service();
+ukm::UkmRecorder* ChromePaymentRequestDelegate::GetUkmRecorder() {
+ return g_browser_process->ukm_recorder();
}
std::string ChromePaymentRequestDelegate::GetAuthenticatedEmail() const {
« no previous file with comments | « chrome/browser/payments/chrome_payment_request_delegate.h ('k') | chrome/browser/plugins/plugin_info_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698