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

Unified Diff: components/autofill/core/browser/autofill_metrics_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_metrics_unittest.cc
diff --git a/components/autofill/core/browser/autofill_metrics_unittest.cc b/components/autofill/core/browser/autofill_metrics_unittest.cc
index b0928c076534b6967dbb3851fa0d20400c9c6814..3e9dd889339fd5e91d3d5042f2c5c648394eeaf2 100644
--- a/components/autofill/core/browser/autofill_metrics_unittest.cc
+++ b/components/autofill/core/browser/autofill_metrics_unittest.cc
@@ -52,7 +52,7 @@ namespace {
class TestPersonalDataManager : public PersonalDataManager {
public:
TestPersonalDataManager()
- : PersonalDataManager("en-US"),
+ : PersonalDataManager("en-US", nullptr /* ukm_service */),
autofill_enabled_(true) {
CreateTestAutofillProfiles(&web_profiles_);
}

Powered by Google App Engine
This is Rietveld 408576698