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

Unified Diff: components/autofill/core/browser/test_personal_data_manager.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/test_personal_data_manager.cc
diff --git a/components/autofill/core/browser/test_personal_data_manager.cc b/components/autofill/core/browser/test_personal_data_manager.cc
index d663cdefe5502d04f0e8493dcb55e0e599487362..63554ec784a4034fd6f2348c7695f487cf3058e9 100644
--- a/components/autofill/core/browser/test_personal_data_manager.cc
+++ b/components/autofill/core/browser/test_personal_data_manager.cc
@@ -10,7 +10,7 @@
namespace autofill {
TestPersonalDataManager::TestPersonalDataManager()
- : PersonalDataManager("en-US") {}
+ : PersonalDataManager("en-US", nullptr /* ukm_service */) {}
TestPersonalDataManager::~TestPersonalDataManager() {}

Powered by Google App Engine
This is Rietveld 408576698