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

Unified Diff: components/autofill/core/browser/autofill_merge_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/autofill_merge_unittest.cc
diff --git a/components/autofill/core/browser/autofill_merge_unittest.cc b/components/autofill/core/browser/autofill_merge_unittest.cc
index a4aceaab1322e133575e8857b9cb13ff0bd06991..49ac29f4d423f22166de802121a35d744e570307 100644
--- a/components/autofill/core/browser/autofill_merge_unittest.cc
+++ b/components/autofill/core/browser/autofill_merge_unittest.cc
@@ -126,8 +126,7 @@ class PersonalDataManagerMock : public PersonalDataManager {
};
PersonalDataManagerMock::PersonalDataManagerMock()
- : PersonalDataManager("en-US") {
-}
+ : PersonalDataManager("en-US", nullptr /* ukm_service */) {}
PersonalDataManagerMock::~PersonalDataManagerMock() {
}

Powered by Google App Engine
This is Rietveld 408576698