| Index: content/common/webmessageportchannel_impl.h
|
| diff --git a/content/common/webmessageportchannel_impl.h b/content/common/webmessageportchannel_impl.h
|
| index adde1a4f2b4123a0d1d9c68f734d364a6cf05534..a47ba247e5116c4b320f794aa7ddcbe451c59fa4 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,
|
|
|