| Index: chrome/test/automation/automation_proxy_uitest.cc
|
| diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
|
| index a16ac12ad3eed26abebf35784bf2a02f14844ccf..d9cf8f27bd826a3bae7de3b30e9f991720c29421 100644
|
| --- a/chrome/test/automation/automation_proxy_uitest.cc
|
| +++ b/chrome/test/automation/automation_proxy_uitest.cc
|
| @@ -44,8 +44,7 @@ class AutomationProxyTest : public UITest {
|
| protected:
|
| AutomationProxyTest() {
|
| dom_automation_enabled_ = true;
|
| - launch_arguments_.AppendSwitchWithValue(switches::kLang,
|
| - "en-US");
|
| + launch_arguments_.AppendSwitchASCII(switches::kLang, "en-US");
|
| }
|
| };
|
|
|
|
|