| Index: mojo/edk/test/multiprocess_test_helper_unittest.cc
|
| diff --git a/mojo/edk/test/multiprocess_test_helper_unittest.cc b/mojo/edk/test/multiprocess_test_helper_unittest.cc
|
| index 93496fb68dbbe97fb2857a1bbe25d20fa8882f40..4fe170c360979e5d35f1c3fc9c0f3ad2bef51d14 100644
|
| --- a/mojo/edk/test/multiprocess_test_helper_unittest.cc
|
| +++ b/mojo/edk/test/multiprocess_test_helper_unittest.cc
|
| @@ -40,7 +40,7 @@ bool ReadByte(const embedder::PlatformHandle& handle, char* c) {
|
| return bytes_read == 1;
|
| }
|
|
|
| -typedef testing::Test MultiprocessTestHelperTest;
|
| +using MultiprocessTestHelperTest = testing::Test;
|
|
|
| #if defined(OS_ANDROID)
|
| // Android multi-process tests are not executing the new process. This is flaky.
|
|
|