| Index: chrome/test/automated_ui_tests/automated_ui_tests.cc
|
| diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.cc b/chrome/test/automated_ui_tests/automated_ui_tests.cc
|
| index facb5d468f628197fc39672119f95942c0f97c1c..396b924e9fcb8e2a520f8977753432a7d8b1ec87 100644
|
| --- a/chrome/test/automated_ui_tests/automated_ui_tests.cc
|
| +++ b/chrome/test/automated_ui_tests/automated_ui_tests.cc
|
| @@ -439,7 +439,7 @@ bool AutomatedUITest::ChangeEncoding() {
|
| std::string cur_locale = g_browser_process->GetApplicationLocale();
|
| const std::vector<CharacterEncoding::EncodingInfo>* encodings =
|
| CharacterEncoding::GetCurrentDisplayEncodings(
|
| - cur_locale, L"ISO-8859-1,windows-1252", L"");
|
| + cur_locale, "ISO-8859-1,windows-1252", "");
|
| DCHECK(encodings);
|
| DCHECK(!encodings->empty());
|
| unsigned len = static_cast<unsigned>(encodings->size());
|
|
|