| Index: chrome/test/test_launcher/out_of_proc_test_runner.cc
|
| ===================================================================
|
| --- chrome/test/test_launcher/out_of_proc_test_runner.cc (revision 55415)
|
| +++ chrome/test/test_launcher/out_of_proc_test_runner.cc (working copy)
|
| @@ -78,7 +78,7 @@
|
|
|
| // Do not let the child ignore failures. We need to propagate the
|
| // failure status back to the parent.
|
| - new_cmd_line.AppendSwitch(base::TestSuite::kStrictFailureHandling);
|
| + new_cmd_line.AppendSwitch(kStrictFailureHandling);
|
|
|
| base::ProcessHandle process_handle;
|
| if (!base::LaunchApp(new_cmd_line, false, false, &process_handle))
|
|
|