| Index: chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| diff --git a/chrome/browser/component_updater/test/component_updater_service_unittest.cc b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| index 13e16d17acedaf7e7e73c0cb74fc1a7b79b79bb3..047ba266f18e9db500d0bf6812130b492e7d97b4 100644
|
| --- a/chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| +++ b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
|
| @@ -19,12 +19,14 @@
|
| #include "components/component_updater/component_updater_utils.h"
|
| #include "components/component_updater/test/test_configurator.h"
|
| #include "components/component_updater/test/test_installer.h"
|
| +#include "components/component_updater/test/url_request_post_interceptor.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/resource_controller.h"
|
| #include "content/public/browser/resource_request_info.h"
|
| #include "content/public/browser/resource_throttle.h"
|
| #include "libxml/globals.h"
|
| #include "net/base/upload_bytes_element_reader.h"
|
| +#include "net/url_request/test_url_request_interceptor.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_request.h"
|
| #include "net/url_request/url_request_test_util.h"
|
|
|