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

Unified Diff: content/child/resource_dispatcher.h

Issue 519333002: Move resource_loader_bridge.* from webkit/child to content/child. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort + REBASE Created 6 years, 3 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
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index ad1c79d27cfaa18643169b2335e089410b36cec0..cd965a5dfb6e21dd27c434487404fc1a4719b723 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -32,13 +32,10 @@ namespace net {
struct RedirectInfo;
}
-namespace webkit_glue {
-class ResourceLoaderBridge;
-}
-
namespace content {
class RequestPeer;
class ResourceDispatcherDelegate;
+class ResourceLoaderBridge;
class ThreadedDataProvider;
struct ResourceResponseInfo;
struct RequestInfo;
@@ -59,8 +56,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
// Creates a ResourceLoaderBridge for this type of dispatcher, this is so
// this can be tested regardless of the ResourceLoaderBridge::Create
// implementation. Virtual for tests.
- virtual webkit_glue::ResourceLoaderBridge* CreateBridge(
- const RequestInfo& request_info);
+ virtual ResourceLoaderBridge* CreateBridge(const RequestInfo& request_info);
// Adds a request from the |pending_requests_| list, returning the new
// requests' ID.
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698