| Index: chrome/browser/sanity_uitest.cc
|
| diff --git a/chrome/browser/sanity_uitest.cc b/chrome/browser/sanity_uitest.cc
|
| index c2fe48cbb864823629973c1ed09e02e5ee1d4ad9..29fde79a20f91fe5e0383b3822db8ce12ba42549 100644
|
| --- a/chrome/browser/sanity_uitest.cc
|
| +++ b/chrome/browser/sanity_uitest.cc
|
| @@ -60,7 +60,7 @@ class EarlyReturnTest : public UITest {
|
| // handshake that will never come.
|
| set_command_execution_timeout_ms(1);
|
| set_action_timeout_ms(1);
|
| - launch_arguments_.AppendSwitchWithValue(switches::kTryChromeAgain, "10001");
|
| + launch_arguments_.AppendSwitchASCII(switches::kTryChromeAgain, "10001");
|
| }
|
| };
|
|
|
|
|