Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 69a2ae63e8256fcba2dde554a89c8b24503ce5c1..5f61bc8c09cab6d9a62285b71674a1ca590d352c 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/webupload_data.h" |
#define IPC_MESSAGE_START ResourceMsgStart |
#undef IPC_MESSAGE_EXPORT |
@@ -95,7 +95,7 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request) |
IPC_STRUCT_MEMBER(int, appcache_host_id) |
// Optional upload data (may be null). |
- IPC_STRUCT_MEMBER(scoped_refptr<net::UploadData>, upload_data) |
+ IPC_STRUCT_MEMBER(scoped_refptr<WebUploadData>, upload_data) |
IPC_STRUCT_MEMBER(bool, download_to_file) |