| Index: trunk/src/remoting/client/plugin/chromoting_instance.h
|
| ===================================================================
|
| --- trunk/src/remoting/client/plugin/chromoting_instance.h (revision 271343)
|
| +++ trunk/src/remoting/client/plugin/chromoting_instance.h (working copy)
|
| @@ -13,7 +13,6 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/thread_task_runner_handle.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_rect.h"
|
| #include "ppapi/c/pp_resource.h"
|
| @@ -46,10 +45,6 @@
|
| class VarDictionary;
|
| } // namespace pp
|
|
|
| -namespace jingle_glue {
|
| -class JingleThreadWrapper;
|
| -} // namespace jingle_glue
|
| -
|
| namespace webrtc {
|
| class DesktopRegion;
|
| class DesktopSize;
|
| @@ -264,8 +259,6 @@
|
|
|
| PepperPluginThreadDelegate plugin_thread_delegate_;
|
| scoped_refptr<PluginThreadTaskRunner> plugin_task_runner_;
|
| - scoped_ptr<base::ThreadTaskRunnerHandle> thread_task_runner_handle_;
|
| - scoped_ptr<jingle_glue::JingleThreadWrapper> thread_wrapper_;
|
| ClientContext context_;
|
| scoped_ptr<VideoRenderer> video_renderer_;
|
| scoped_ptr<PepperView> view_;
|
|
|