| Index: ppapi/proxy/ppp_mouse_lock_proxy.h
|
| diff --git a/ppapi/proxy/ppp_mouse_lock_proxy.h b/ppapi/proxy/ppp_mouse_lock_proxy.h
|
| index 64f1b7a05d7b2e74605004b62a8dd1a1fde95875..3945bdfad0ebb9ccb9f841f1b19e6495e22d920b 100644
|
| --- a/ppapi/proxy/ppp_mouse_lock_proxy.h
|
| +++ b/ppapi/proxy/ppp_mouse_lock_proxy.h
|
| @@ -18,7 +18,7 @@ class PPP_MouseLock_Proxy : public InterfaceProxy {
|
| PPP_MouseLock_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPP_MouseLock_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPP_MouseLock* GetProxyInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|