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

Unified Diff: base/win_util.cc

Issue 3119022: Header cleanup in base.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/win_util.cc
===================================================================
--- base/win_util.cc (revision 56291)
+++ base/win_util.cc (working copy)
@@ -11,7 +11,7 @@
#include "base/registry.h"
#include "base/scoped_handle.h"
#include "base/scoped_ptr.h"
-#include "base/string_util.h"
+#include "base/stringprintf.h"
namespace win_util {
@@ -373,7 +373,7 @@
LocalFree(reinterpret_cast<HLOCAL>(string_buffer));
} else {
// The formating failed. simply convert the message value into a string.
- SStringPrintf(&formatted_string, L"message number %d", messageid);
+ base::SStringPrintf(&formatted_string, L"message number %d", messageid);
}
return formatted_string;
}
« base/tracked.cc ('K') | « base/values_unittest.cc ('k') | base/win_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698