| Index: mojo/edk/test/mojo_test_base.cc
|
| diff --git a/mojo/edk/test/mojo_test_base.cc b/mojo/edk/test/mojo_test_base.cc
|
| index 9a7a30b6210cb7f04a0c3c7c067b43021ba1e76e..d200fc02df76d1db0f09cfaa54764c6a637ca924 100644
|
| --- a/mojo/edk/test/mojo_test_base.cc
|
| +++ b/mojo/edk/test/mojo_test_base.cc
|
| @@ -48,8 +48,7 @@ MojoTestBase::ClientController& MojoTestBase::StartClient(
|
| }
|
|
|
| MojoTestBase::ClientController::ClientController(const std::string& client_name,
|
| - MojoTestBase* test)
|
| - : test_(test) {
|
| + MojoTestBase* test) {
|
| #if !defined(OS_IOS)
|
| #if defined(OS_MACOSX)
|
| // This lock needs to be held while launching the child because the Mach port
|
|
|