| Index: chrome/test/ui/ui_layout_test.cc
|
| diff --git a/chrome/test/ui/ui_layout_test.cc b/chrome/test/ui/ui_layout_test.cc
|
| index ca55578bd758f3c21612adc8f326f5bcdcda9519..3159de4c86b381bffe6d76792411ac04f85728bc 100644
|
| --- a/chrome/test/ui/ui_layout_test.cc
|
| +++ b/chrome/test/ui/ui_layout_test.cc
|
| @@ -209,7 +209,7 @@ void UILayoutTest::RunLayoutTest(const std::string& test_case_file_name,
|
| if (port != kNoHttpPort)
|
| new_test_url.reset(new GURL(
|
| StringPrintf("http://localhost:%d/", port) +
|
| - WideToUTF8(test_case_dir_.ToWStringHack()) +
|
| + UTF16ToUTF8(test_case_dir_.LossyDisplayName()) +
|
| "/" +
|
| test_case_file_name));
|
| else
|
|
|