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

Unified Diff: components/browser_sync/profile_sync_service_autofill_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/browser_sync/profile_sync_service_autofill_unittest.cc
diff --git a/components/browser_sync/profile_sync_service_autofill_unittest.cc b/components/browser_sync/profile_sync_service_autofill_unittest.cc
index f60c2afd61b72e78862c4b4a59fb691ad7533846..8e257d8fffc99777f270ac9e6f763fdf02de4a3f 100644
--- a/components/browser_sync/profile_sync_service_autofill_unittest.cc
+++ b/components/browser_sync/profile_sync_service_autofill_unittest.cc
@@ -378,7 +378,8 @@ ACTION_P2(ReturnNewDataTypeManagerWithDebugListener,
class MockPersonalDataManager : public PersonalDataManager {
public:
- MockPersonalDataManager() : PersonalDataManager("en-US") {}
+ MockPersonalDataManager()
+ : PersonalDataManager("en-US", nullptr /* ukm_service */) {}
MOCK_CONST_METHOD0(IsDataLoaded, bool());
MOCK_METHOD0(LoadProfiles, void());
MOCK_METHOD0(LoadCreditCards, void());

Powered by Google App Engine
This is Rietveld 408576698