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 593360d8dd81ad16db50f060107f979536b450df..ae513ab4eac64b95627be6fa016b52ef1a7635ab 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( |
- String(), |
+ Identity(), |
base::Bind(&ProcessReadyCallbackAdapater, run_loop.QuitClosure()), |
base::Bind(&base::DoNothing)); |
run_loop.Run(); |