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

Blind attempt at fixing broken Chrome Frame test utils build.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30129 0039d316-1c4b-4281-b951-d872f2087c98
parent 21f20c89
...@@ -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(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