| Index: chrome/test/perf/tab_switching_test.cc
|
| diff --git a/chrome/test/perf/tab_switching_test.cc b/chrome/test/perf/tab_switching_test.cc
|
| index 45a089152ac355dc84e9349fdc3a5228a5976c3c..a56c792b16b363bdf08a0b4cae7701c31829ab62 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) {
|
|
|