| Index: ppapi/proxy/host_dispatcher.h
|
| diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h
|
| index 3285c4a0f300cf3eaf8ba5eb62c5c82f616b92e9..345f8eab6872f31ce7e7d35777b7923450b15d3a 100644
|
| --- a/ppapi/proxy/host_dispatcher.h
|
| +++ b/ppapi/proxy/host_dispatcher.h
|
| @@ -85,8 +85,8 @@ class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher {
|
| virtual bool Send(IPC::Message* msg);
|
|
|
| // IPC::Listener.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| - virtual void OnChannelError() OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) override;
|
| + virtual void OnChannelError() override;
|
|
|
| // Proxied version of calling GetInterface on the plugin. This will check
|
| // if the plugin supports the given interface (with caching) and returns the
|
|
|