Index: remoting/client/plugin/chromoting_instance.cc |
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc |
index 7429b4f8dfe6485dfa01275744aa42134587ed27..efc5e7810e273efee65d5862820975321879dbc6 100644 |
--- a/remoting/client/plugin/chromoting_instance.cc |
+++ b/remoting/client/plugin/chromoting_instance.cc |
@@ -40,7 +40,6 @@ |
#include "remoting/client/plugin/pepper_view_proxy.h" |
#include "remoting/client/plugin/pepper_util.h" |
#include "remoting/client/plugin/pepper_xmpp_proxy.h" |
-#include "remoting/jingle_glue/jingle_thread.h" |
#include "remoting/proto/auth.pb.h" |
#include "remoting/protocol/connection_to_host.h" |
#include "remoting/protocol/host_stub.h" |
@@ -209,7 +208,7 @@ void ChromotingInstance::Connect(const ClientConfig& config) { |
ChromotingScriptableObject* scriptable_object = GetScriptableObject(); |
scoped_refptr<PepperXmppProxy> xmpp_proxy = |
new PepperXmppProxy(scriptable_object->AsWeakPtr(), |
- context_.jingle_thread()->message_loop()); |
+ context_.network_message_loop()); |
scriptable_object->AttachXmppProxy(xmpp_proxy); |
// Kick off the connection. |