summaryrefslogtreecommitdiffstats
path: root/content/child/webmessageportchannel_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/webmessageportchannel_impl.h')
-rw-r--r--content/child/webmessageportchannel_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/child/webmessageportchannel_impl.h b/content/child/webmessageportchannel_impl.h
index 8390972..efc1e04 100644
--- a/content/child/webmessageportchannel_impl.h
+++ b/content/child/webmessageportchannel_impl.h
@@ -58,7 +58,7 @@ class WebMessagePortChannelImpl
// IPC::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- void OnMessage(const string16& message,
+ void OnMessage(const base::string16& message,
const std::vector<int>& sent_message_port_ids,
const std::vector<int>& new_routing_ids);
void OnMessagesQueued();
@@ -67,7 +67,7 @@ class WebMessagePortChannelImpl
Message();
~Message();
- string16 message;
+ base::string16 message;
std::vector<WebMessagePortChannelImpl*> ports;
};