Index: content/browser/message_port_message_filter.cc |
diff --git a/content/browser/message_port_message_filter.cc b/content/browser/message_port_message_filter.cc |
index c263344b3cf933e6a3f2579053b4093f90655726..fceb1b6af24c229ff785bf855c23bcece3e9e5d3 100644 |
--- a/content/browser/message_port_message_filter.cc |
+++ b/content/browser/message_port_message_filter.cc |
@@ -61,7 +61,7 @@ int MessagePortMessageFilter::GetNextRoutingID() { |
void MessagePortMessageFilter::SendMessage( |
int route_id, |
- const base::string16& message, |
+ const MessagePortMessage& message, |
const std::vector<int>& sent_message_port_ids) { |
// Generate new routing ids for all ports that were sent around. This avoids |
// waiting for the created ports to send a sync message back to get routing |