Index: remoting/protocol/libjingle_transport_factory.cc |
diff --git a/remoting/protocol/libjingle_transport_factory.cc b/remoting/protocol/libjingle_transport_factory.cc |
index fd5ba0dd096b5fd6d0f72ae9796f7b067b0b843c..3b4f830fccc8857e98b5f7d91b709097b95038f7 100644 |
--- a/remoting/protocol/libjingle_transport_factory.cc |
+++ b/remoting/protocol/libjingle_transport_factory.cc |
@@ -12,7 +12,6 @@ |
#include "base/timer/timer.h" |
#include "jingle/glue/channel_socket_adapter.h" |
#include "jingle/glue/pseudotcp_adapter.h" |
-#include "jingle/glue/thread_wrapper.h" |
#include "jingle/glue/utils.h" |
#include "net/base/net_errors.h" |
#include "remoting/base/constants.h" |
@@ -424,7 +423,6 @@ LibjingleTransportFactory::LibjingleTransportFactory( |
: signal_strategy_(signal_strategy), |
port_allocator_(port_allocator.Pass()), |
network_settings_(network_settings) { |
- jingle_glue::JingleThreadWrapper::EnsureForCurrentMessageLoop(); |
} |
LibjingleTransportFactory::~LibjingleTransportFactory() { |