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

Unified Diff: chrome/test/tab_switching/tab_switching_test.cc

Issue 4974001: base: Get rid of 'using' declaration of StringAppendF. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/tab_switching/tab_switching_test.cc
diff --git a/chrome/test/tab_switching/tab_switching_test.cc b/chrome/test/tab_switching/tab_switching_test.cc
index 028642fd11f08c2428b1a7a70dc37e7120ff95f2..29776fdf73ffe999a84451fd4b927211fa157692 100644
--- a/chrome/test/tab_switching/tab_switching_test.cc
+++ b/chrome/test/tab_switching/tab_switching_test.cc
@@ -66,7 +66,7 @@ class TabSwitchingUITest : public UIPerfTest {
bool important) {
std::string times;
for (int i = 0; i < kNumCycles; ++i)
- StringAppendF(&times, "%.2f,", timings[i].InMillisecondsF());
+ base::StringAppendF(&times, "%.2f,", timings[i].InMillisecondsF());
PrintResultList("times", "", label, times, "ms", important);
}

Powered by Google App Engine
This is Rietveld 408576698