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

Unified Diff: components/autofill/core/browser/payments/full_card_request_unittest.cc

Issue 2740633002: [Autofill] Add upstreaming UKM (Closed)
Patch Set: Created 3 years, 9 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/payments/full_card_request_unittest.cc
diff --git a/components/autofill/core/browser/payments/full_card_request_unittest.cc b/components/autofill/core/browser/payments/full_card_request_unittest.cc
index 76e3637540b6bd0886fe17e047d4dc0edd350b05..f99662a3dd77e69e31338604c52c47618c1510ff 100644
--- a/components/autofill/core/browser/payments/full_card_request_unittest.cc
+++ b/components/autofill/core/browser/payments/full_card_request_unittest.cc
@@ -50,7 +50,8 @@ class MockUIDelegate : public FullCardRequest::UIDelegate,
// The personal data manager.
class MockPersonalDataManager : public PersonalDataManager {
public:
- MockPersonalDataManager() : PersonalDataManager("en-US") {}
+ MockPersonalDataManager()
+ : PersonalDataManager("en-US", nullptr /* ukm_service */) {}
~MockPersonalDataManager() override {}
MOCK_METHOD1(UpdateCreditCard, void(const CreditCard& credit_card));
MOCK_METHOD1(UpdateServerCreditCard, void(const CreditCard& credit_card));

Powered by Google App Engine
This is Rietveld 408576698