summaryrefslogtreecommitdiffstats
path: root/content/child/resource_dispatcher_unittest.cc
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-09-04 22:47:50 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-05 05:49:27 +0000
commitb6a43eaf7a26a7e6a7a552e2f143855329e93c18 (patch)
tree5893f45af2921fd6109591812081df9eebe574fb /content/child/resource_dispatcher_unittest.cc
parentd0de2976070eb55123d5a8228d76cf70cfffac04 (diff)
downloadchromium_src-b6a43eaf7a26a7e6a7a552e2f143855329e93c18.zip
chromium_src-b6a43eaf7a26a7e6a7a552e2f143855329e93c18.tar.gz
chromium_src-b6a43eaf7a26a7e6a7a552e2f143855329e93c18.tar.bz2
Move resource_loader_bridge.* from webkit/child to content/child.
This is an intermediate step, the real fix is to get rid of ResourceLoaderBridge. BUG=338338 TEST=None, no functional changes R=avi@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/519333002 Cr-Commit-Position: refs/heads/master@{#293456}
Diffstat (limited to 'content/child/resource_dispatcher_unittest.cc')
-rw-r--r--content/child/resource_dispatcher_unittest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
index 280f341..c13cc1a 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -16,6 +16,7 @@
#include "content/child/request_extra_data.h"
#include "content/child/request_info.h"
#include "content/child/resource_dispatcher.h"
+#include "content/child/resource_loader_bridge.h"
#include "content/common/appcache_interfaces.h"
#include "content/common/resource_messages.h"
#include "content/common/service_worker/service_worker_types.h"
@@ -24,9 +25,6 @@
#include "net/base/net_errors.h"
#include "net/http/http_response_headers.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/child/resource_loader_bridge.h"
-
-using webkit_glue::ResourceLoaderBridge;
namespace content {