Commit d1540c81 authored by evan@chromium.org's avatar evan@chromium.org

More build breakage.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30137 0039d316-1c4b-4281-b951-d872f2087c98
parent e788980f
...@@ -326,7 +326,7 @@ base::ProcessHandle LaunchExecutable(const std::wstring& executable, ...@@ -326,7 +326,7 @@ base::ProcessHandle LaunchExecutable(const std::wstring& executable,
base::LaunchApp(cmdline, false, false, &process); base::LaunchApp(cmdline, false, false, &process);
} }
} else { } else {
CommandLine cmdline(FilePath(path)); CommandLine cmdline((FilePath(path)));
cmdline.AppendLooseValue(argument); cmdline.AppendLooseValue(argument);
base::LaunchApp(cmdline, false, false, &process); base::LaunchApp(cmdline, false, false, &process);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment