summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 00:01:16 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 00:01:16 +0000
commitba6f5793c99b422edcc11fe7e5d159aa8a0057af (patch)
treedf5ff97361a0f8ba0e858e103fd525f995ecbe26 /chrome_frame
parent21f20c8940b8b9f06b04ff142716201a2530f0a3 (diff)
downloadchromium_src-ba6f5793c99b422edcc11fe7e5d159aa8a0057af.zip
chromium_src-ba6f5793c99b422edcc11fe7e5d159aa8a0057af.tar.gz
chromium_src-ba6f5793c99b422edcc11fe7e5d159aa8a0057af.tar.bz2
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
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/chrome_frame_test_utils.cc2
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 7d2d67b..4da209b 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(path);
+ CommandLine cmdline(FilePath(path));
cmdline.AppendLooseValue(argument);
base::LaunchApp(cmdline, false, false, &process);
}