Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 8130bfc9f668cea896d89d405d08d74ce1162686..54e8178eecbbd5fbe197cf78cef9894f2354c460 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -24,6 +24,7 @@ |
#include "content/common/frame_message_enums.h" |
#include "content/common/frame_owner_properties.h" |
#include "content/common/frame_replication_state.h" |
+#include "content/common/message_port.h" |
#include "content/common/navigation_gesture.h" |
#include "content/common/navigation_params.h" |
#include "content/common/savable_subframe.h" |
@@ -323,8 +324,7 @@ IPC_STRUCT_BEGIN(FrameMsg_PostMessage_Params) |
IPC_STRUCT_MEMBER(base::string16, target_origin) |
// Information about the MessagePorts this message contains. |
- IPC_STRUCT_MEMBER(std::vector<int>, message_ports) |
- IPC_STRUCT_MEMBER(std::vector<int>, new_routing_ids) |
+ IPC_STRUCT_MEMBER(std::vector<content::MessagePort>, message_ports) |
IPC_STRUCT_END() |
IPC_STRUCT_TRAITS_BEGIN(content::CommonNavigationParams) |