Chromium Code Reviews| Index: chrome/test/ui/ui_test.cc |
| =================================================================== |
| --- chrome/test/ui/ui_test.cc (revision 69950) |
| +++ chrome/test/ui/ui_test.cc (working copy) |
| @@ -756,7 +756,7 @@ |
| bool wait, |
| base::ProcessHandle* process) { |
| FilePath command = browser_directory_.Append( |
| - FilePath::FromWStringHack(chrome::kBrowserProcessExecutablePath)); |
| + chrome::kBrowserProcessExecutablePath); |
| CommandLine command_line(command); |