| 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 59c7a9d807612ba709b08580c5a6165c3531f005..0ae023c71e94e14ef0fbe52eaead867b7df15870 100644
|
| --- a/ppapi/proxy/ppp_text_input_proxy.h
|
| +++ b/ppapi/proxy/ppp_text_input_proxy.h
|
| @@ -16,12 +16,12 @@ namespace proxy {
|
| class PPP_TextInput_Proxy : public InterfaceProxy {
|
| public:
|
| PPP_TextInput_Proxy(Dispatcher* dispatcher);
|
| - virtual ~PPP_TextInput_Proxy();
|
| + ~PPP_TextInput_Proxy() override;
|
|
|
| static const PPP_TextInput_Dev* GetProxyInterface();
|
|
|
| // InterfaceProxy implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg) override;
|
| + bool OnMessageReceived(const IPC::Message& msg) override;
|
|
|
| private:
|
| // Message handlers.
|
|
|