| Index: mojo/edk/test/multiprocess_test_helper.cc
|
| diff --git a/mojo/edk/test/multiprocess_test_helper.cc b/mojo/edk/test/multiprocess_test_helper.cc
|
| index f9e67d0bf8c068831390b2ceb5358f2314a270b2..81fbdcc17494d9bcf7eec2808ce6d5c93caa341e 100644
|
| --- a/mojo/edk/test/multiprocess_test_helper.cc
|
| +++ b/mojo/edk/test/multiprocess_test_helper.cc
|
| @@ -11,8 +11,8 @@
|
| namespace mojo {
|
| namespace test {
|
|
|
| -MultiprocessTestHelper::MultiprocessTestHelper() {
|
| - platform_channel_pair_.reset(new embedder::PlatformChannelPair());
|
| +MultiprocessTestHelper::MultiprocessTestHelper()
|
| + : platform_channel_pair_(new embedder::PlatformChannelPair()) {
|
| server_platform_handle = platform_channel_pair_->PassServerHandle();
|
| }
|
|
|
|
|