Index: shell/shell_test_main.cc |
diff --git a/shell/shell_test_main.cc b/shell/shell_test_main.cc |
index abf609f45e602584192558b56521849f6f8d62ab..ce518d97e57f465aa600b796f09b6a792afce42b 100644 |
--- a/shell/shell_test_main.cc |
+++ b/shell/shell_test_main.cc |
@@ -17,7 +17,7 @@ int main(int argc, char** argv) { |
const base::CommandLine& command_line = |
*base::CommandLine::ForCurrentProcess(); |
- if (command_line.HasSwitch(switches::kChildProcessType)) { |
+ if (command_line.HasSwitch(switches::kChildProcess)) { |
base::AtExitManager at_exit; |
scoped_ptr<mojo::shell::ChildProcess> child_process = |
mojo::shell::ChildProcess::Create(command_line); |