summaryrefslogtreecommitdiffstats
path: root/base/stringprintf.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 01:33:35 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 01:33:35 +0000
commitdbe774304940321f26d0dcb9a29b24f0294415dc (patch)
tree7cbc3f29b222491bcb981e0deebdce4f51a4cf21 /base/stringprintf.h
parentb8fa0421bc91b5d0a7e933578d4a3db46d0982d6 (diff)
downloadchromium_src-dbe774304940321f26d0dcb9a29b24f0294415dc.zip
chromium_src-dbe774304940321f26d0dcb9a29b24f0294415dc.tar.gz
chromium_src-dbe774304940321f26d0dcb9a29b24f0294415dc.tar.bz2
base: Remove 'using' declaration of StringPrintV.
Callers should append base:: when calling StringPrintV now. BUG=None TEST=locally and trybots Review URL: http://codereview.chromium.org/4296004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/stringprintf.h')
-rw-r--r--base/stringprintf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/stringprintf.h b/base/stringprintf.h
index a502a2f8..8d0a33d 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;