| Index: ppapi/proxy/dispatcher.h
 | 
| diff --git a/ppapi/proxy/dispatcher.h b/ppapi/proxy/dispatcher.h
 | 
| index f37308a871c73c9f115842cfe027a14bf468400c..38ec51ceb006b4eba61d67c6daa552f88efb895d 100644
 | 
| --- a/ppapi/proxy/dispatcher.h
 | 
| +++ b/ppapi/proxy/dispatcher.h
 | 
| @@ -67,7 +67,7 @@ class PPAPI_PROXY_EXPORT Dispatcher : public ProxyChannel {
 | 
|    void AddIOThreadMessageFilter(scoped_refptr<IPC::MessageFilter> filter);
 | 
|  
 | 
|    // IPC::Listener implementation.
 | 
| -  virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
 | 
| +  virtual bool OnMessageReceived(const IPC::Message& msg) override;
 | 
|  
 | 
|    PP_GetInterface_Func local_get_interface() const {
 | 
|      return local_get_interface_;
 | 
| 
 |