| Index: ppapi/proxy/ppp_mouse_lock_proxy.h
 | 
| diff --git a/ppapi/proxy/ppp_mouse_lock_proxy.h b/ppapi/proxy/ppp_mouse_lock_proxy.h
 | 
| index 3945bdfad0ebb9ccb9f841f1b19e6495e22d920b..3685e82af0293fdc00acfc95b26afd79113c5fe8 100644
 | 
| --- a/ppapi/proxy/ppp_mouse_lock_proxy.h
 | 
| +++ b/ppapi/proxy/ppp_mouse_lock_proxy.h
 | 
| @@ -21,7 +21,7 @@ class PPP_MouseLock_Proxy : public InterfaceProxy {
 | 
|    static const PPP_MouseLock* GetProxyInterface();
 | 
|  
 | 
|    // InterfaceProxy implementation.
 | 
| -  virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
 | 
| +  virtual bool OnMessageReceived(const IPC::Message& msg) override;
 | 
|  
 | 
|   private:
 | 
|    // Message handlers.
 | 
| 
 |