| Index: chrome/test/perf/shutdown_test.cc
|
| diff --git a/chrome/test/perf/shutdown_test.cc b/chrome/test/perf/shutdown_test.cc
|
| index 7cbc7b639f1bc347a68d60e2933976b828dfa334..d97c58b72d9897fc56fc21bed32f8ec66458eab9 100644
|
| --- a/chrome/test/perf/shutdown_test.cc
|
| +++ b/chrome/test/perf/shutdown_test.cc
|
| @@ -114,7 +114,8 @@ class ShutdownTest : public UIPerfTest {
|
| std::string times;
|
| for (int i = 0; i < numCycles; ++i)
|
| base::StringAppendF(×, "%.2f,", timings[i].InMillisecondsF());
|
| - perf_test::PrintResultList(graph, "", trace, times, "ms", important);
|
| + perf_test::PrintResultList(
|
| + graph, std::string(), trace, times, "ms", important);
|
| }
|
| };
|
|
|
|
|