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

Unified Diff: components/payments/core/journey_logger.h

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: components/payments/core/journey_logger.h
diff --git a/components/payments/core/journey_logger.h b/components/payments/core/journey_logger.h
index 1c767926324b0eff3a9db6505ac62d14b954bbfe..201602c726c097991b5c44b4904ece1349c0ce77 100644
--- a/components/payments/core/journey_logger.h
+++ b/components/payments/core/journey_logger.h
@@ -11,7 +11,7 @@
#include "url/gurl.h"
namespace ukm {
-class UkmService;
+class UkmRecorder;
}
namespace payments {
@@ -78,7 +78,7 @@ class JourneyLogger {
JourneyLogger(bool is_incognito,
const GURL& url,
- ukm::UkmService* ukm_service);
+ ukm::UkmRecorder* ukm_recorder);
~JourneyLogger();
// Increments the number of selection adds for the specified section.
@@ -173,7 +173,7 @@ class JourneyLogger {
const GURL url_;
// Not owned, will outlive this object.
- ukm::UkmService* ukm_service_;
+ ukm::UkmRecorder* ukm_recorder_;
DISALLOW_COPY_AND_ASSIGN(JourneyLogger);
};
« no previous file with comments | « components/payments/core/autofill_payment_instrument_unittest.cc ('k') | components/payments/core/journey_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698