Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: chrome/browser/component_updater/test/component_updater_service_unittest.h

Issue 508473002: Componentize component_updater: Move URLRequestPrepackagedInterceptor from content/ to net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698