| Index: remoting/protocol/channel_multiplexer_unittest.cc
|
| diff --git a/remoting/protocol/channel_multiplexer_unittest.cc b/remoting/protocol/channel_multiplexer_unittest.cc
|
| index 8bfe019f34a912b3e7835c91aad0220cbdf3ff37..94a5d47b5be917cd15cafe57d1f7795860839fdd 100644
|
| --- a/remoting/protocol/channel_multiplexer_unittest.cc
|
| +++ b/remoting/protocol/channel_multiplexer_unittest.cc
|
| @@ -33,7 +33,8 @@ const char kTestChannelName2[] = "test2";
|
|
|
|
|
| void QuitCurrentThread() {
|
| - MessageLoop::current()->PostTask(FROM_HERE, MessageLoop::QuitClosure());
|
| + base::MessageLoop::current()->PostTask(FROM_HERE,
|
| + base::MessageLoop::QuitClosure());
|
| }
|
|
|
| class MockSocketCallback {
|
| @@ -125,7 +126,7 @@ class ChannelMultiplexerTest : public testing::Test {
|
| return result;
|
| }
|
|
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
|
|
| FakeSession host_session_;
|
| FakeSession client_session_;
|
|
|