| Index: content/child/websocket_dispatcher.h
|
| diff --git a/content/child/websocket_dispatcher.h b/content/child/websocket_dispatcher.h
|
| index 5356c3b5daa19ce4b17f27908e83ed23a6adda31..07636978095b4277c3437fb06a474641200510c9 100644
|
| --- a/content/child/websocket_dispatcher.h
|
| +++ b/content/child/websocket_dispatcher.h
|
| @@ -32,7 +32,7 @@ class WebSocketDispatcher : public IPC::Listener {
|
| void RemoveBridge(int channel_id);
|
|
|
| // IPC::Listener implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) override;
|
|
|
| private:
|
| WebSocketBridge* GetBridge(int channel_id, uint32 type);
|
|
|