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

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: ASAN 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
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..a502fa044b9ea65c58f6052d468cdc397a1194b6 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 NULL;
Bernhard Bauer 2016/04/08 09:06:10 nullptr 😃
waffles 2016/04/08 19:11:01 Done.
+}
+
} // namespace update_client

Powered by Google App Engine
This is Rietveld 408576698