| 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 1258f4e1f579e88aaf6b984dc306046d188372ac..35bdb33a365f4164fe02731aec91d6a3569fa82e 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -48,7 +48,6 @@ class Printing_Dev;
|
| class Selection_Dev;
|
| class URLLoader;
|
| class URLUtil_Dev;
|
| -class WidgetClient_Dev;
|
| class Zoom_Dev;
|
| }
|
|
|
| @@ -503,7 +502,6 @@ class Plugin : public pp::InstancePrivate {
|
| 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_;
|
| nacl::scoped_ptr<pp::Zoom_Dev> zoom_adapter_;
|
|
|
| // Used for NexeFileDidOpenContinuation
|
|
|