Index: content/child/webmessageportchannel_impl.h |
diff --git a/content/child/webmessageportchannel_impl.h b/content/child/webmessageportchannel_impl.h |
index d66c7c6dee5f366c3a9645bec9644837ae822e36..5550283fc2567f4e57b5aa0d41ae45bdc4e8afb3 100644 |
--- a/content/child/webmessageportchannel_impl.h |
+++ b/content/child/webmessageportchannel_impl.h |
@@ -69,7 +69,7 @@ class WebMessagePortChannelImpl |
blink::WebMessagePortChannelArray* channels); |
// IPC::Listener implementation. |
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& message) override; |
void OnMessage(const base::string16& message, |
const std::vector<int>& sent_message_port_ids, |