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

Unified Diff: components/payments/core/autofill_payment_instrument_unittest.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/autofill_payment_instrument_unittest.cc
diff --git a/components/payments/core/autofill_payment_instrument_unittest.cc b/components/payments/core/autofill_payment_instrument_unittest.cc
index b6afe02d280d4b822a8350ba0d48337aa6225c10..6b09937de32c362f9d9f50475f45b05251e98d7f 100644
--- a/components/payments/core/autofill_payment_instrument_unittest.cc
+++ b/components/payments/core/autofill_payment_instrument_unittest.cc
@@ -125,7 +125,7 @@ class FakePaymentRequestDelegate : public PaymentRequestDelegate {
autofill::RegionDataLoader* GetRegionDataLoader() override { return nullptr; }
- ukm::UkmService* GetUkmService() override { return nullptr; }
+ ukm::UkmRecorder* GetUkmRecorder() override { return nullptr; }
private:
std::string locale_;

Powered by Google App Engine
This is Rietveld 408576698