| Index: ppapi/proxy/ppp_input_event_proxy.h
|
| diff --git a/ppapi/proxy/ppp_input_event_proxy.h b/ppapi/proxy/ppp_input_event_proxy.h
|
| index a7cc05455c99433f5afab81807fc7903bf4380e1..9fbc418b687d66be5bf41487e39b6f265c8f741c 100644
|
| --- a/ppapi/proxy/ppp_input_event_proxy.h
|
| +++ b/ppapi/proxy/ppp_input_event_proxy.h
|
| @@ -20,7 +20,7 @@ class PPP_InputEvent_Proxy : public InterfaceProxy {
|
| PPP_InputEvent_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPP_InputEvent_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPP_InputEvent* GetProxyInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|