Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9519)

Unified Diff: chrome/test/perf/shutdown_test.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-run on ToT, revert third_party changes and fix vexing parses. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(&times, "%.2f,", timings[i].InMillisecondsF());
- perf_test::PrintResultList(graph, "", trace, times, "ms", important);
+ perf_test::PrintResultList(
+ graph, std::string(), trace, times, "ms", important);
}
};

Powered by Google App Engine
This is Rietveld 408576698