| Index: mojo/edk/test/multiprocess_test_helper.h
|
| diff --git a/mojo/edk/test/multiprocess_test_helper.h b/mojo/edk/test/multiprocess_test_helper.h
|
| index 152de14f3d6df20b946f1f812f3a80a244760240..53f7e0b74ac5e9ae8933a7c32d65e73a75d432c0 100644
|
| --- a/mojo/edk/test/multiprocess_test_helper.h
|
| +++ b/mojo/edk/test/multiprocess_test_helper.h
|
| @@ -61,7 +61,7 @@ class MultiprocessTestHelper final {
|
| static platform::ScopedPlatformHandle client_platform_handle;
|
|
|
| private:
|
| - std::unique_ptr<platform::PlatformPipe> platform_channel_pair_;
|
| + std::unique_ptr<platform::PlatformPipe> platform_pipe_;
|
|
|
| // Valid after |StartChild()| and before |WaitForChildShutdown()|.
|
| base::Process test_child_;
|
|
|