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