Chromium Code Reviews| 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 1eaf7014e59c723ae0ebf9fc9279580850118431..9714717368e1e2a2ee32f19f49905eee4311bfe5 100644 |
| --- a/chrome/browser/component_updater/test/component_updater_service_unittest.h |
| +++ b/chrome/browser/component_updater/test/component_updater_service_unittest.h |
| @@ -15,7 +15,7 @@ |
| #include "chrome/browser/component_updater/test/url_request_post_interceptor.h" |
| #include "components/component_updater/component_updater_service.h" |
| #include "content/public/test/test_browser_thread_bundle.h" |
|
Sorin Jianu
2014/08/26 20:32:52
is there a plan to move the thread bundle too?
tommycli
2014/08/26 21:06:58
If and when we move the CUS unittest, then yes. wa
|
| -#include "content/test/net/url_request_prepackaged_interceptor.h" |
| +#include "net/url_request/url_request_prepackaged_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" |
| @@ -25,7 +25,7 @@ namespace component_updater { |
| class TestInstaller; |
| // Intercepts HTTP GET requests sent to "localhost". |
| -typedef content::URLLocalHostRequestPrepackagedInterceptor GetInterceptor; |
| +typedef net::URLLocalHostRequestPrepackagedInterceptor GetInterceptor; |
| // Intercepts HTTP POST requests sent to "localhost2". |
| class InterceptorFactory : public URLRequestPostInterceptorFactory { |