Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index ca9e36cf7e2705177b2afbe73367ddbb23aebd68..03413d002d6898819a0692666d7801b4c52990cf 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -451,7 +451,7 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_BEGIN(FrameHostMsg_OpenURL_Params) |
IPC_STRUCT_MEMBER(GURL, url) |
IPC_STRUCT_MEMBER(bool, uses_post) |
- IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBodyImpl>, |
+ IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBody>, |
resource_request_body) |
IPC_STRUCT_MEMBER(std::string, extra_headers) |
IPC_STRUCT_MEMBER(content::Referrer, referrer) |