Index: content/child/resource_dispatcher.h |
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h |
index 4d8f7867797fd37bc0a1afac4a524cc04815a0e0..e4a2d4f6c61d418ea2f8122504e8cfc4cf9e0b64 100644 |
--- a/content/child/resource_dispatcher.h |
+++ b/content/child/resource_dispatcher.h |
@@ -19,11 +19,13 @@ |
#include "ipc/ipc_listener.h" |
#include "ipc/ipc_sender.h" |
#include "webkit/child/resource_loader_bridge.h" |
+#include "webkit/common/resource_type.h" |
struct ResourceMsg_RequestCompleteData; |
namespace content { |
class ResourceDispatcherDelegate; |
+struct RequestInfo; |
struct ResourceResponseHead; |
struct SiteIsolationResponseMetaData; |
@@ -42,7 +44,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener { |
// this can be tested regardless of the ResourceLoaderBridge::Create |
// implementation. |
webkit_glue::ResourceLoaderBridge* CreateBridge( |
- const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info); |
+ const RequestInfo& request_info); |
// Adds a request from the pending_requests_ list, returning the new |
// requests' ID |