Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove wchar_t versions of StringPrintf from Android | husky@chromium.org | 2012-08-01 | 1 | -1/+11 |
| | | | | | | | | | | | BUG=137864 TEST=StringPrintfTest Review URL: https://chromiumcodereview.appspot.com/10800078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149397 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move StringPrintf into its own file and use the base namespace. Currently ↵ | brettw@chromium.org | 2010-08-17 | 1 | -0/+175 |
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 |