Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 9f65e60eef8ec63bb6acc6f7023c84ff02e0a4d0..cd9635d0309c7096a43e3f12f8fc4c04115d90b2 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -35,6 +35,7 @@ |
#include "content/public/common/form_field_data.h" |
#include "content/public/common/frame_navigate_params.h" |
#include "content/public/common/javascript_message_type.h" |
+#include "content/public/common/message_port.h" |
#include "content/public/common/page_importance_signals.h" |
#include "content/public/common/page_state.h" |
#include "content/public/common/referrer.h" |
@@ -320,8 +321,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) |