| Index: ppapi/proxy/ppp_instance_private_proxy.h
|
| diff --git a/ppapi/proxy/ppp_instance_private_proxy.h b/ppapi/proxy/ppp_instance_private_proxy.h
|
| index 60d5ea9f1f3a1970d479d4eb757ac52c0943bb94..4fc3a3a068a0f79b37b51d7adbd4efb51c098f02 100644
|
| --- a/ppapi/proxy/ppp_instance_private_proxy.h
|
| +++ b/ppapi/proxy/ppp_instance_private_proxy.h
|
| @@ -22,7 +22,7 @@ class PPP_Instance_Private_Proxy : public InterfaceProxy {
|
| PPP_Instance_Private_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPP_Instance_Private_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPP_Instance_Private* GetProxyInterface();
|
|
|
| private:
|
| // InterfaceProxy implementation.
|
|
|