| 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 342fb2fea6f51d50d94e65dedaeb74c6b51584cf..7791e1cce15d977a51f6f7a1b7cfc943e025c11d 100644
|
| --- a/chrome/test/automation/automation_proxy_uitest.cc
|
| +++ b/chrome/test/automation/automation_proxy_uitest.cc
|
| @@ -45,7 +45,7 @@ class AutomationProxyTest : public UITest {
|
| AutomationProxyTest() {
|
| dom_automation_enabled_ = true;
|
| launch_arguments_.AppendSwitchWithValue(switches::kLang,
|
| - L"en-US");
|
| + "en-US");
|
| }
|
| };
|
|
|
|
|