| Index: ppapi/proxy/ppp_messaging_proxy.h
|
| diff --git a/ppapi/proxy/ppp_messaging_proxy.h b/ppapi/proxy/ppp_messaging_proxy.h
|
| index 4b66f92c4f76e8290f40e9283eafd0a9b6b32d4f..b75feabaac907f70e42b4cbec70c3c08d7614ff0 100644
|
| --- a/ppapi/proxy/ppp_messaging_proxy.h
|
| +++ b/ppapi/proxy/ppp_messaging_proxy.h
|
| @@ -20,7 +20,7 @@ class PPP_Messaging_Proxy : public InterfaceProxy {
|
| PPP_Messaging_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPP_Messaging_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPP_Messaging* GetProxyInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|