diff options
Diffstat (limited to 'remoting/host/plugin/host_script_object.h')
-rw-r--r-- | remoting/host/plugin/host_script_object.h | 2 |
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. |