summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/perf/chrome_frame_perftest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/perf/chrome_frame_perftest.cc')
-rw-r--r--chrome_frame/test/perf/chrome_frame_perftest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc
index 0b5d5d8..e00e45b 100644
--- a/chrome_frame/test/perf/chrome_frame_perftest.cc
+++ b/chrome_frame/test/perf/chrome_frame_perftest.cc
@@ -1300,7 +1300,7 @@ bool RunSingleTestOutOfProc(const std::string& test_name) {
// Always enable disabled tests. This method is not called with disabled
// tests unless this flag was specified to the browser test executable.
cmd_line.AppendSwitch("gtest_also_run_disabled_tests");
- cmd_line.AppendSwitchWithValue("gtest_filter", test_name);
+ cmd_line.AppendSwitchASCII("gtest_filter", test_name);
base::ProcessHandle process_handle;
if (!base::LaunchApp(cmd_line, false, false, &process_handle))