| Index: ppapi/proxy/ppp_text_input_proxy.h
|
| diff --git a/ppapi/proxy/ppp_text_input_proxy.h b/ppapi/proxy/ppp_text_input_proxy.h
|
| index 7ac0cacffabfa7cb71052eb2435da7580a6b1272..59c7a9d807612ba709b08580c5a6165c3531f005 100644
|
| --- a/ppapi/proxy/ppp_text_input_proxy.h
|
| +++ b/ppapi/proxy/ppp_text_input_proxy.h
|
| @@ -21,7 +21,7 @@ class PPP_TextInput_Proxy : public InterfaceProxy {
|
| static const PPP_TextInput_Dev* GetProxyInterface();
|
|
|
| // InterfaceProxy implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) override;
|
|
|
| private:
|
| // Message handlers.
|
|
|