| Index: chrome/test/in_process_browser_test.cc
|
| diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
|
| index b8b8d90d6bfc3a80fb4d10a07f30d376fdcff103..4d2fb9ba5b47996cf376f1e7273e3f356a13a4d5 100644
|
| --- a/chrome/test/in_process_browser_test.cc
|
| +++ b/chrome/test/in_process_browser_test.cc
|
| @@ -142,7 +142,7 @@ void InProcessBrowserTest::SetUp() {
|
| command_line->AppendSwitch(switches::kNoFirstRun);
|
|
|
| // This is a Browser test.
|
| - command_line->AppendSwitchWithValue(switches::kTestType, kBrowserTestType);
|
| + command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType);
|
|
|
| // Single-process mode is not set in BrowserMain so it needs to be processed
|
| // explicitly.
|
|
|