| Index: jingle/glue/pseudotcp_adapter_unittest.cc
|
| diff --git a/jingle/glue/pseudotcp_adapter_unittest.cc b/jingle/glue/pseudotcp_adapter_unittest.cc
|
| index 1b2674f6789bd4cce6067edeff2d01798ddca389..ef031a9c5a361fd80fe941152f7ee91d30f150a0 100644
|
| --- a/jingle/glue/pseudotcp_adapter_unittest.cc
|
| +++ b/jingle/glue/pseudotcp_adapter_unittest.cc
|
| @@ -300,7 +300,7 @@ class TCPChannelTester : public base::RefCountedThreadSafe<TCPChannelTester> {
|
|
|
| class PseudoTcpAdapterTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| JingleThreadWrapper::EnsureForCurrentMessageLoop();
|
|
|
| host_socket_ = new FakeSocket();
|
|
|