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

Unified Diff: base/stringprintf.h

Issue 3835002: base: Remove 'using' declaration of StringAppendV. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/sync/notifier/chrome_system_resources.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..62208d3b882808fafb3d693863f7eb7efa2de725 100644
--- a/base/stringprintf.h
+++ b/base/stringprintf.h
@@ -51,8 +51,6 @@ void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap)
using base::StringPrintf;
using base::StringPrintV;
using base::SStringPrintf;
-using base::StringAppendV;
using base::StringAppendF;
-using base::StringAppendV;
#endif // BASE_STRINGPRINTF_H_
« no previous file with comments | « no previous file | chrome/browser/sync/notifier/chrome_system_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698