| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_mouse_lock.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_mouse_lock.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_mouse_lock.h
|
| index bb64a72a30a723d331daa2b9672f8c37663535c4..cd54e01715f3be3acee36c665c0aa65b0814af5f 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_mouse_lock.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_mouse_lock.h
|
| @@ -6,15 +6,15 @@
|
| #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_MOUSE_LOCK_H_
|
|
|
| #include "native_client/src/include/nacl_macros.h"
|
| -#include "ppapi/c/dev/ppb_mouse_lock_dev.h"
|
| +#include "ppapi/c/ppb_mouse_lock.h"
|
|
|
| namespace ppapi_proxy {
|
|
|
| -// Implements the untrusted side of the PPB_MouseLock_Dev interface.
|
| +// Implements the untrusted side of the PPB_MouseLock interface.
|
| class PluginMouseLock {
|
| public:
|
| PluginMouseLock();
|
| - static const PPB_MouseLock_Dev* GetInterface();
|
| + static const PPB_MouseLock* GetInterface();
|
|
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(PluginMouseLock);
|
|
|