| Index: chrome/test/startup/feature_startup_test.cc
|
| diff --git a/chrome/test/startup/feature_startup_test.cc b/chrome/test/startup/feature_startup_test.cc
|
| index aec3eabfb8e81fa5eb710853c869efe6a217a4f2..a9480eb6bc7e78ec3097c9318991d4500fc11570 100644
|
| --- a/chrome/test/startup/feature_startup_test.cc
|
| +++ b/chrome/test/startup/feature_startup_test.cc
|
| @@ -35,7 +35,7 @@ class NewTabUIStartupTest : public UIPerfTest {
|
| bool important) {
|
| std::string times;
|
| for (int i = 0; i < kNumCycles; ++i)
|
| - StringAppendF(×, "%.2f,", timings[i].InMillisecondsF());
|
| + base::StringAppendF(×, "%.2f,", timings[i].InMillisecondsF());
|
| PrintResultList("new_tab", "", label, times, "ms", important);
|
| }
|
|
|
|
|