Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 69a2ae63e8256fcba2dde554a89c8b24503ce5c1..638d238458ccaaa4e92f60fab46cd99e295955e0 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -9,7 +9,7 @@ |
#include "content/public/common/common_param_traits.h" |
#include "content/public/common/resource_response.h" |
#include "ipc/ipc_message_macros.h" |
-#include "net/base/upload_data.h" |
+#include "webkit/glue/resource_request_body.h" |
#define IPC_MESSAGE_START ResourceMsgStart |
#undef IPC_MESSAGE_EXPORT |
@@ -94,8 +94,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request) |
// or kNoHostId. |
IPC_STRUCT_MEMBER(int, appcache_host_id) |
- // Optional upload data (may be null). |
- IPC_STRUCT_MEMBER(scoped_refptr<net::UploadData>, upload_data) |
+ // Optional resource request body (may be null). |
+ IPC_STRUCT_MEMBER(scoped_refptr<webkit_glue::ResourceRequestBody>, |
+ request_body) |
IPC_STRUCT_MEMBER(bool, download_to_file) |