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