| Index: chrome/test/ui/ui_test_suite.cc
|
| diff --git a/chrome/test/ui/ui_test_suite.cc b/chrome/test/ui/ui_test_suite.cc
|
| index bde938cf14be0c60a9750545942b211a5eb2ab30..0f804f605b801b9732f4c0dad74791b641ea8085 100644
|
| --- a/chrome/test/ui/ui_test_suite.cc
|
| +++ b/chrome/test/ui/ui_test_suite.cc
|
| @@ -119,7 +119,7 @@ void UITestSuite::LoadCrashService() {
|
| }
|
|
|
| FilePath crash_service = exe_dir.Append(L"crash_service.exe");
|
| - if (!base::LaunchApp(crash_service.ToWStringHack(), false, false,
|
| + if (!base::LaunchApp(crash_service.value(), false, false,
|
| &crash_service_)) {
|
| printf("Couldn't start crash_service.exe, so this ui_test run won't tell " \
|
| "you if any test crashes!\n");
|
|
|