summaryrefslogtreecommitdiffstats
path: root/remoting/host/plugin/host_script_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/plugin/host_script_object.h')
-rw-r--r--remoting/host/plugin/host_script_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
index 5cc7a6d..22baee5 100644
--- a/remoting/host/plugin/host_script_object.h
+++ b/remoting/host/plugin/host_script_object.h
@@ -287,7 +287,7 @@ class HostNPScriptObject {
// TODO(sergeyu): Replace this thread with
// SequencedWorkerPool. Problem is that SequencedWorkerPool relies
// on MessageLoopProxy::current().
- base::Thread worker_thread_;
+ scoped_refptr<AutoThreadTaskRunner> worker_thread_;
//////////////////////////////////////////////////////////
// Plugin state used for both Ir2Me and Me2Me.