Index: mojo/shell/runner/host/child_process_host_unittest.cc |
diff --git a/mojo/shell/runner/host/child_process_host_unittest.cc b/mojo/shell/runner/host/child_process_host_unittest.cc |
index 2f57bf6008706ee42884af8b83355f37b8cae10b..593360d8dd81ad16db50f060107f979536b450df 100644 |
--- a/mojo/shell/runner/host/child_process_host_unittest.cc |
+++ b/mojo/shell/runner/host/child_process_host_unittest.cc |
@@ -96,7 +96,7 @@ TEST(ChildProcessHostTest, MAYBE_StartJoin) { |
Identity(), base::FilePath()); |
base::RunLoop run_loop; |
child_process_host.Start( |
- mojom::ShellClientRequest(), String(), |
+ String(), |
base::Bind(&ProcessReadyCallbackAdapater, run_loop.QuitClosure()), |
base::Bind(&base::DoNothing)); |
run_loop.Run(); |