diff options
-rw-r--r-- | chrome_frame/test/chrome_frame_test_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_test_utils.cc b/chrome_frame/test/chrome_frame_test_utils.cc index 4da209b..2b350dd 100644 --- a/chrome_frame/test/chrome_frame_test_utils.cc +++ b/chrome_frame/test/chrome_frame_test_utils.cc @@ -326,7 +326,7 @@ base::ProcessHandle LaunchExecutable(const std::wstring& executable, base::LaunchApp(cmdline, false, false, &process); } } else { - CommandLine cmdline(FilePath(path)); + CommandLine cmdline((FilePath(path))); cmdline.AppendLooseValue(argument); base::LaunchApp(cmdline, false, false, &process); } |