summaryrefslogtreecommitdiffstats
path: root/chrome/test/perf/feature_startup_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/perf/feature_startup_test.cc')
-rw-r--r--chrome/test/perf/feature_startup_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/perf/feature_startup_test.cc b/chrome/test/perf/feature_startup_test.cc
index c11a386..0caaa44 100644
--- a/chrome/test/perf/feature_startup_test.cc
+++ b/chrome/test/perf/feature_startup_test.cc
@@ -38,7 +38,8 @@ class NewTabUIStartupTest : public UIPerfTest {
std::string times;
for (int i = 0; i < kNumCycles; ++i)
base::StringAppendF(&times, "%.2f,", timings[i].InMillisecondsF());
- perf_test::PrintResultList("new_tab", "", label, times, "ms", important);
+ perf_test::PrintResultList(
+ "new_tab", std::string(), label, times, "ms", important);
}
void InitProfile(UITestBase::ProfileType profile_type) {