| 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;
|
| +}
|
| +
|
| } // namespace update_client
|
|
|