| Index: shell/shell_test_main.cc
|
| diff --git a/shell/shell_test_main.cc b/shell/shell_test_main.cc
|
| index cad352ba2a7c5c097bf243e83ab2682b7bcff3b1..92cdb62ca669549c1ec20aac256f4792e8d5d91a 100644
|
| --- a/shell/shell_test_main.cc
|
| +++ b/shell/shell_test_main.cc
|
| @@ -15,7 +15,7 @@ int main(int argc, char** argv) {
|
| base::CommandLine::Init(argc, argv);
|
|
|
| CHECK(!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kChildProcess));
|
| + switches::kChildConnectionId));
|
|
|
| base::TestSuite test_suite(argc, argv);
|
| return base::LaunchUnitTests(
|
|
|