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

Unified Diff: base/file_util_posix.cc

Issue 12767006: [Cleanup] Remove StringPrintf from global namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, once more Created 7 years, 9 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
Index: base/file_util_posix.cc
diff --git a/base/file_util_posix.cc b/base/file_util_posix.cc
index 8b01412092c5fae44682d5e25ac6ed48c971470c..c7014b637718ce7333c4bebd3b63192fed4a5dea 100644
--- a/base/file_util_posix.cc
+++ b/base/file_util_posix.cc
@@ -140,7 +140,7 @@ bool VerifySpecificPathControlledByUser(const FilePath& path,
static std::string TempFileName() {
#if defined(OS_MACOSX)
- return StringPrintf(".%s.XXXXXX", base::mac::BaseBundleID());
+ return base::StringPrintf(".%s.XXXXXX", base::mac::BaseBundleID());
#endif
#if defined(GOOGLE_CHROME_BUILD)
« no previous file with comments | « base/file_util.cc ('k') | base/os_compat_android.cc » ('j') | ipc/ipc_message_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698