| Index: mojo/edk/system/message_pipe_test_utils.cc
|
| diff --git a/mojo/edk/system/message_pipe_test_utils.cc b/mojo/edk/system/message_pipe_test_utils.cc
|
| index 7fb142c9c5db55e5bbe1ada8f8fd764501ec69e8..290ca72ae14e567cad61eb992225925e9e4dfbe8 100644
|
| --- a/mojo/edk/system/message_pipe_test_utils.cc
|
| +++ b/mojo/edk/system/message_pipe_test_utils.cc
|
| @@ -38,7 +38,7 @@ MojoResult WaitIfNecessary(MessagePipe* mp,
|
|
|
| ChannelThread::ChannelThread(embedder::PlatformSupport* platform_support)
|
| : platform_support_(platform_support),
|
| - test_io_thread_(mojo::test::TestIOThread::StartMode::MANUAL) {}
|
| + test_io_thread_(TestIOThread::StartMode::MANUAL) {}
|
|
|
| ChannelThread::~ChannelThread() {
|
| Stop();
|
|
|