| Index: jingle/glue/pseudotcp_adapter_unittest.cc
|
| diff --git a/jingle/glue/pseudotcp_adapter_unittest.cc b/jingle/glue/pseudotcp_adapter_unittest.cc
|
| index 3ff69c74686cf91ad11d587fc83e3c36dea009e2..c1302ce5d9f220bc6b7bb7b3c6ef522a25e3791f 100644
|
| --- a/jingle/glue/pseudotcp_adapter_unittest.cc
|
| +++ b/jingle/glue/pseudotcp_adapter_unittest.cc
|
| @@ -303,7 +303,7 @@ class TCPChannelTester : public base::RefCountedThreadSafe<TCPChannelTester> {
|
| class PseudoTcpAdapterTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() OVERRIDE {
|
| - JingleThreadWrapper::EnsureForCurrentThread();
|
| + JingleThreadWrapper::EnsureForCurrentMessageLoop();
|
|
|
| host_socket_ = new FakeSocket();
|
| client_socket_ = new FakeSocket();
|
|
|