Index: remoting/client/plugin/chromoting_instance.h |
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h |
index 04a544983723333f5a46024e98e17af51e703882..8e9ac8ae7bf26cad8d942b65616a1155db993e49 100644 |
--- a/remoting/client/plugin/chromoting_instance.h |
+++ b/remoting/client/plugin/chromoting_instance.h |
@@ -185,7 +185,7 @@ class ChromotingInstance : |
bool initialized_; |
PepperPluginThreadDelegate plugin_thread_delegate_; |
- scoped_refptr<PluginMessageLoopProxy> plugin_message_loop_; |
+ scoped_refptr<PluginThreadTaskRunner> plugin_task_runner_; |
ClientContext context_; |
scoped_ptr<protocol::ConnectionToHost> host_connection_; |
scoped_ptr<PepperView> view_; |