| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index 5c528a3ffca7e5c84862bfa1069491d822c8ca6b..1fde3bf43fd51bceccacc001025355f7d2af7fc5 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -44,7 +44,7 @@ class DescWrapperFactory;
|
|
|
| namespace pp {
|
| class Find_Dev;
|
| -class MouseLock_Dev;
|
| +class MouseLock;
|
| class Printing_Dev;
|
| class Selection_Dev;
|
| class URLLoader;
|
| @@ -532,7 +532,7 @@ class Plugin : public pp::InstancePrivate {
|
| // Adapter class constructors require a reference to 'this', so we can't
|
| // contain them directly.
|
| nacl::scoped_ptr<pp::Find_Dev> find_adapter_;
|
| - nacl::scoped_ptr<pp::MouseLock_Dev> mouse_lock_adapter_;
|
| + nacl::scoped_ptr<pp::MouseLock> mouse_lock_adapter_;
|
| nacl::scoped_ptr<pp::Printing_Dev> printing_adapter_;
|
| nacl::scoped_ptr<pp::Selection_Dev> selection_adapter_;
|
| nacl::scoped_ptr<pp::WidgetClient_Dev> widget_client_adapter_;
|
|
|