| Index: chrome/browser/component_updater/test/component_updater_service_unittest.h
|
| diff --git a/chrome/browser/component_updater/test/component_updater_service_unittest.h b/chrome/browser/component_updater/test/component_updater_service_unittest.h
|
| index eef15debabf295ea3411450cc93fec10bf025458..fec1d10e215391e7825ebbbdef593737f032936e 100644
|
| --- a/chrome/browser/component_updater/test/component_updater_service_unittest.h
|
| +++ b/chrome/browser/component_updater/test/component_updater_service_unittest.h
|
| @@ -7,22 +7,25 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/component_updater/component_updater_service.h"
|
| -#include "components/component_updater/test/test_configurator.h"
|
| -#include "components/component_updater/test/url_request_post_interceptor.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| -#include "net/url_request/test_url_request_interceptor.h"
|
| -#include "net/url_request/url_request_test_util.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace net {
|
| +class LocalHostTestURLRequestInterceptor;
|
| +}
|
| +
|
| namespace component_updater {
|
|
|
| +class InterceptorFactory;
|
| +class TestConfigurator;
|
| class TestInstaller;
|
| +class URLRequestPostInterceptor;
|
|
|
| // Intercepts HTTP GET requests sent to "localhost".
|
| typedef net::LocalHostTestURLRequestInterceptor GetInterceptor;
|
|
|