| Index: mojo/edk/system/raw_channel_unittest.cc
|
| diff --git a/mojo/edk/system/raw_channel_unittest.cc b/mojo/edk/system/raw_channel_unittest.cc
|
| index 0d6f2c3226705d9a0ea56ba9136ca909a2e48368..b679259e73c2a7507d9a2021f2f005474f185bda 100644
|
| --- a/mojo/edk/system/raw_channel_unittest.cc
|
| +++ b/mojo/edk/system/raw_channel_unittest.cc
|
| @@ -73,7 +73,7 @@ bool WriteTestMessageToHandle(const embedder::PlatformHandle& handle,
|
|
|
| class RawChannelTest : public testing::Test {
|
| public:
|
| - RawChannelTest() : io_thread_(mojo::test::TestIOThread::kManualStart) {}
|
| + RawChannelTest() : io_thread_(mojo::test::TestIOThread::StartMode::MANUAL) {}
|
| ~RawChannelTest() override {}
|
|
|
| void SetUp() override {
|
|
|