| Index: chrome/browser/utility_process_host_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/utility_process_host_unittest.cc (revision 28987)
|
| +++ chrome/browser/utility_process_host_unittest.cc (working copy)
|
| @@ -79,8 +79,7 @@
|
| virtual FilePath GetUtilityProcessCmd() {
|
| FilePath exe_path;
|
| PathService::Get(base::DIR_EXE, &exe_path);
|
| - exe_path = exe_path.AppendASCII(WideToASCII(
|
| - chrome::kHelperProcessExecutablePath));
|
| + exe_path = exe_path.Append(chrome::kHelperProcessExecutablePath);
|
| return exe_path;
|
| }
|
|
|
|
|