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

Unified Diff: base/sys_info_mac.cc

Issue 16320009: Use a direct include of strings headers in base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « base/sys_info_android.cc ('k') | base/sys_info_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_info_mac.cc
diff --git a/base/sys_info_mac.cc b/base/sys_info_mac.cc
index b4445657ec55fe91266969ef1ad01c45840e9ba2..2911c7c4ce38a15adf9a6ebc5b4f839ac27d8c5a 100644
--- a/base/sys_info_mac.cc
+++ b/base/sys_info_mac.cc
@@ -13,7 +13,7 @@
#include "base/logging.h"
#include "base/mac/scoped_mach_port.h"
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
namespace base {
« no previous file with comments | « base/sys_info_android.cc ('k') | base/sys_info_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698