summaryrefslogtreecommitdiffstats
path: root/content/common/webmessageportchannel_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/webmessageportchannel_impl.h')
-rw-r--r--content/common/webmessageportchannel_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/webmessageportchannel_impl.h b/content/common/webmessageportchannel_impl.h
index adde1a4..a47ba24 100644
--- a/content/common/webmessageportchannel_impl.h
+++ b/content/common/webmessageportchannel_impl.h
@@ -48,7 +48,7 @@ class WebMessagePortChannelImpl
void Send(IPC::Message* message);
// IPC::Channel::Listener implementation.
- virtual bool OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
void OnMessage(const string16& message,
const std::vector<int>& sent_message_port_ids,