| Index: content/common/socket_stream_dispatcher.h
|
| diff --git a/content/common/socket_stream_dispatcher.h b/content/common/socket_stream_dispatcher.h
|
| index 3ce0eba4255e6d18fdf9c9dd80ddd4037325dab5..10d86800995d6c9eefe8ad71d63abfe8e6b382cc 100644
|
| --- a/content/common/socket_stream_dispatcher.h
|
| +++ b/content/common/socket_stream_dispatcher.h
|
| @@ -34,7 +34,7 @@ class SocketStreamDispatcher : public IPC::Channel::Listener {
|
| webkit_glue::WebSocketStreamHandleDelegate* delegate);
|
|
|
| // IPC::Channel::Listener implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| private:
|
| void OnConnected(int socket_id, int max_amount_send_allowed);
|
|
|