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

Unified Diff: base/stringprintf.h

Issue 4296004: base: Remove 'using' declaration of StringPrintV. (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
« no previous file with comments | « no previous file | chrome/common/libxml_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/stringprintf.h
diff --git a/base/stringprintf.h b/base/stringprintf.h
index a502a2f8661ea6332a11a48f0dc62f9726ae54b5..8d0a33d9483d78373f21a2356ea0ed1c3720308b 100644
--- a/base/stringprintf.h
+++ b/base/stringprintf.h
@@ -49,7 +49,6 @@ void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap)
//
// TODO(brettw) remove these when calling code is converted.
using base::StringPrintf;
-using base::StringPrintV;
using base::SStringPrintf;
using base::StringAppendV;
using base::StringAppendF;
« no previous file with comments | « no previous file | chrome/common/libxml_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698