Index: mojo/edk/embedder/embedder_unittest.cc |
diff --git a/mojo/edk/embedder/embedder_unittest.cc b/mojo/edk/embedder/embedder_unittest.cc |
index 2eb6bebb9deb53ca539dfb5c9dab69a6e5e5f9a8..d5a87e54f99b96e238ac97de39be7944f6928ae2 100644 |
--- a/mojo/edk/embedder/embedder_unittest.cc |
+++ b/mojo/edk/embedder/embedder_unittest.cc |
@@ -210,7 +210,8 @@ TEST_F(EmbedderTest, PipeSetup_LaunchDeath) { |
PendingProcessConnection process; |
std::string pipe_token; |
ScopedMessagePipeHandle parent_mp = process.CreateMessagePipe(&pipe_token); |
- process.Connect(base::GetCurrentProcessHandle(), pair.PassServerHandle()); |
+ process.Connect(base::GetCurrentProcessHandle(), |
+ ConnectionParams(pair.PassServerHandle())); |
// Close the remote end, simulating child death before the child connects to |
// the reserved port. |