summaryrefslogtreecommitdiffstats
path: root/base/stringprintf.h
Commit message (Collapse)AuthorAgeFilesLines
* base: Remove 'using' declaration of SStringPrintf.tfarina@chromium.org2010-11-081-1/+0
| | | | | | | | | | | Update the callers to append base:: when calling SStringPrintf. BUG=None TEST=locally and trybots Review URL: http://codereview.chromium.org/4330002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65446 0039d316-1c4b-4281-b951-d872f2087c98
* base: Remove 'using' declaration of StringPrintV.tfarina@chromium.org2010-11-031-1/+0
| | | | | | | | | | | 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
* base: remove various unused string utility functionsevan@chromium.org2010-10-141-0/+2
| | | | | | | | TEST=trybots Review URL: http://codereview.chromium.org/3753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62580 0039d316-1c4b-4281-b951-d872f2087c98
* Move StringPrintf into its own file and use the base namespace. Currently ↵brettw@chromium.org2010-08-171-0/+56
this has using directives for the functions so I don't have to change all files to use the namespace. No code changes to logic. TEST=it compiles + the included unit tests BUG=none Review URL: http://codereview.chromium.org/3181016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56299 0039d316-1c4b-4281-b951-d872f2087c98