summaryrefslogtreecommitdiffstats
path: root/chrome/test/perf/shutdown_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/perf/shutdown_test.cc')
-rw-r--r--chrome/test/perf/shutdown_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/perf/shutdown_test.cc b/chrome/test/perf/shutdown_test.cc
index d97c58b..7cbc7b6 100644
--- a/chrome/test/perf/shutdown_test.cc
+++ b/chrome/test/perf/shutdown_test.cc
@@ -114,8 +114,7 @@ class ShutdownTest : public UIPerfTest {
std::string times;
for (int i = 0; i < numCycles; ++i)
base::StringAppendF(&times, "%.2f,", timings[i].InMillisecondsF());
- perf_test::PrintResultList(
- graph, std::string(), trace, times, "ms", important);
+ perf_test::PrintResultList(graph, "", trace, times, "ms", important);
}
};