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

Unified Diff: components/update_client/test_configurator.cc

Issue 1861383004: Add module for counting date-last-roll-call and persisting those counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another test fix. Created 4 years, 8 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
« no previous file with comments | « components/update_client/test_configurator.h ('k') | components/update_client/update_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/test_configurator.cc
diff --git a/components/update_client/test_configurator.cc b/components/update_client/test_configurator.cc
index 6ba5392befb2f185f0f93824c5fd44a9d31500af..1da523f8fc9dd75a7495ca156fcdc15d0f05ae9c 100644
--- a/components/update_client/test_configurator.cc
+++ b/components/update_client/test_configurator.cc
@@ -5,6 +5,7 @@
#include "components/update_client/test_configurator.h"
#include "base/version.h"
+#include "components/prefs/pref_service.h"
#include "components/update_client/component_patcher_operation.h"
#include "url/gurl.h"
@@ -153,4 +154,8 @@ TestConfigurator::GetSequencedTaskRunner() const {
return worker_task_runner_;
}
+PrefService* TestConfigurator::GetPrefService() const {
+ return nullptr;
+}
+
} // namespace update_client
« no previous file with comments | « components/update_client/test_configurator.h ('k') | components/update_client/update_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698