| 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 8591c5afd0c7e68c564060aad989a6e245a6b017..ef53862dfa8d1a37eab5e2c5f243e98e0522de5e 100644
|
| --- a/mojo/edk/system/message_pipe_test_utils.cc
|
| +++ b/mojo/edk/system/message_pipe_test_utils.cc
|
| @@ -35,7 +35,7 @@ MojoResult WaitIfNecessary(scoped_refptr<MessagePipe> mp,
|
|
|
| ChannelThread::ChannelThread(embedder::PlatformSupport* platform_support)
|
| : platform_support_(platform_support),
|
| - test_io_thread_(mojo::test::TestIOThread::kManualStart) {}
|
| + test_io_thread_(mojo::test::TestIOThread::StartMode::MANUAL) {}
|
|
|
| ChannelThread::~ChannelThread() {
|
| Stop();
|
|
|