| Index: components/update_client/test_configurator.cc
|
| diff --git a/components/update_client/test_configurator.cc b/components/update_client/test_configurator.cc
|
| index 93fe32894e3609bf098702f771252b3ba8ac09bc..d206086262c30e233828d68bb2885b11494563d5 100644
|
| --- a/components/update_client/test_configurator.cc
|
| +++ b/components/update_client/test_configurator.cc
|
| @@ -4,9 +4,12 @@
|
|
|
| #include "components/update_client/test_configurator.h"
|
|
|
| +#include "base/sequenced_task_runner.h"
|
| +#include "base/single_thread_task_runner.h"
|
| #include "base/version.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/update_client/component_patcher_operation.h"
|
| +#include "net/url_request/url_request_test_util.h"
|
| #include "url/gurl.h"
|
|
|
| namespace update_client {
|
|
|