diff options
Diffstat (limited to 'chrome/test/perf/tab_switching_test.cc')
-rw-r--r-- | chrome/test/perf/tab_switching_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/perf/tab_switching_test.cc b/chrome/test/perf/tab_switching_test.cc index 45a0891..a56c792 100644 --- a/chrome/test/perf/tab_switching_test.cc +++ b/chrome/test/perf/tab_switching_test.cc @@ -69,7 +69,8 @@ class TabSwitchingUITest : public UIPerfTest { std::string times; for (int i = 0; i < kNumCycles; ++i) base::StringAppendF(×, "%.2f,", timings[i].InMillisecondsF()); - perf_test::PrintResultList("times", "", label, times, "ms", important); + perf_test::PrintResultList( + "times", std::string(), label, times, "ms", important); } void RunTabSwitchingUITest(const char* label, bool important) { |