Index: remoting/host/plugin/host_script_object.h |
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h |
index 5cc7a6d3e30c0b7eed34e9a8afd9bd0919894df5..22baee503f46d6db1ac9f90b9f91d133609726da 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. |