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

Unified Diff: base/environment.cc

Issue 16745002: Use a direct include of strings headers in base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/debug/trace_event_unittest.cc ('k') | base/file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/environment.cc
diff --git a/base/environment.cc b/base/environment.cc
index 5e4d9dddeda55353fe5a976009f13aa649ed4b08..c1f2008b4ce31951a32ac2414c454806048cea72 100644
--- a/base/environment.cc
+++ b/base/environment.cc
@@ -10,7 +10,7 @@
#include <windows.h>
#endif
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#if defined(OS_WIN)
#include "base/memory/scoped_ptr.h"
« no previous file with comments | « base/debug/trace_event_unittest.cc ('k') | base/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698