| Index: mojo/edk/system/remote_data_pipe_impl_unittest.cc
|
| diff --git a/mojo/edk/system/remote_data_pipe_impl_unittest.cc b/mojo/edk/system/remote_data_pipe_impl_unittest.cc
|
| index bb03b0754447cbc452543831932ab496dc82d69e..6464564397e054ba363b17e069f6a9450bb07f58 100644
|
| --- a/mojo/edk/system/remote_data_pipe_impl_unittest.cc
|
| +++ b/mojo/edk/system/remote_data_pipe_impl_unittest.cc
|
| @@ -37,7 +37,8 @@ const MojoHandleSignals kAllSignals = MOJO_HANDLE_SIGNAL_READABLE |
|
|
|
| class RemoteDataPipeImplTest : public testing::Test {
|
| public:
|
| - RemoteDataPipeImplTest() : io_thread_(mojo::test::TestIOThread::kAutoStart) {}
|
| + RemoteDataPipeImplTest()
|
| + : io_thread_(mojo::test::TestIOThread::StartMode::AUTO) {}
|
| ~RemoteDataPipeImplTest() override {}
|
|
|
| void SetUp() override {
|
|
|