summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/in_process_browser_test.cc')
-rw-r--r--chrome/test/in_process_browser_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index 9cac992..1b454a3 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -118,7 +118,7 @@ void InProcessBrowserTest::SetUp() {
FilePath fp_renderer_path = FilePath::FromWStringHack(renderer_path);
renderer_path = fp_renderer_path.DirName().ToWStringHack();
file_util::AppendToPath(&renderer_path,
- chrome::kBrowserProcessExecutableName);
+ chrome::kBrowserProcessExecutablePath);
command_line->AppendSwitchWithValue(switches::kRendererPath, renderer_path);
sandbox::SandboxInterfaceInfo sandbox_info = {0};