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

Unified Diff: chrome/browser/autofill/autofill_save_card_infobar_delegate_mobile_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: chrome/browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc
diff --git a/chrome/browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc b/chrome/browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc
index 7a560a276f20b9b38b623aa921db16e2f7bb9dc0..ca7e8e8247ceb93058eb088382efc5e6924c62bf 100644
--- a/chrome/browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc
+++ b/chrome/browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc
@@ -26,7 +26,8 @@ namespace {
class TestPersonalDataManager : public PersonalDataManager {
public:
- TestPersonalDataManager() : PersonalDataManager("en-US") {}
+ TestPersonalDataManager()
+ : PersonalDataManager("en-US", nullptr /* ukm_service */) {}
using PersonalDataManager::set_database;
using PersonalDataManager::SetPrefService;

Powered by Google App Engine
This is Rietveld 408576698