| Index: mojo/edk/system/remote_message_pipe_unittest.cc
|
| diff --git a/mojo/edk/system/remote_message_pipe_unittest.cc b/mojo/edk/system/remote_message_pipe_unittest.cc
|
| index 6bfbad59cb1c587e0c362ae02d84ad04e79f4771..f251baf54c14d56c7b372017c063ad36bfdbbf18 100644
|
| --- a/mojo/edk/system/remote_message_pipe_unittest.cc
|
| +++ b/mojo/edk/system/remote_message_pipe_unittest.cc
|
| @@ -100,8 +100,8 @@ class RemoteMessagePipeTest : public testing::Test {
|
| CHECK(io_thread()->IsCurrentAndRunning());
|
|
|
| embedder::PlatformChannelPair channel_pair;
|
| - platform_handles_[0] = channel_pair.PassServerHandle();
|
| - platform_handles_[1] = channel_pair.PassClientHandle();
|
| + platform_handles_[0] = channel_pair.handle0.Pass();
|
| + platform_handles_[1] = channel_pair.handle1.Pass();
|
| }
|
|
|
| void TearDownOnIOThread() {
|
|
|