summaryrefslogtreecommitdiffstats
path: root/chrome/browser/utility_process_host_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/utility_process_host_unittest.cc')
-rw-r--r--chrome/browser/utility_process_host_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/utility_process_host_unittest.cc b/chrome/browser/utility_process_host_unittest.cc
index ffb99a7..96dded3 100644
--- a/chrome/browser/utility_process_host_unittest.cc
+++ b/chrome/browser/utility_process_host_unittest.cc
@@ -79,8 +79,7 @@ class TestUtilityProcessHost : public UtilityProcessHost {
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;
}