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

Unified Diff: components/doodle/doodle_service_unittest.cc

Issue 2760253003: [Doodle] Record UMA for DoodleConfig download outcome and time (Closed)
Patch Set: review 2 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/doodle/doodle_service_unittest.cc
diff --git a/components/doodle/doodle_service_unittest.cc b/components/doodle/doodle_service_unittest.cc
index 575a107c20fcd058fd307682171d240826b1822c..e62930c9ccad2b0cb91c31c6696f79bc1d2d6773 100644
--- a/components/doodle/doodle_service_unittest.cc
+++ b/components/doodle/doodle_service_unittest.cc
@@ -89,7 +89,7 @@ class DoodleServiceTest : public testing::Test {
service_ = base::MakeUnique<DoodleService>(
&pref_service_, std::move(fetcher), std::move(expiry_timer),
- task_runner_->GetMockClock());
+ task_runner_->GetMockClock(), task_runner_->GetMockTickClock());
}
DoodleService* service() { return service_.get(); }

Powered by Google App Engine
This is Rietveld 408576698