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

Unified Diff: base/string16.cc

Issue 15735027: Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, 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/process_util_unittest.cc ('k') | base/string16_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string16.cc
diff --git a/base/string16.cc b/base/string16.cc
index 54d00fb001e1ca390db7d51c5f4f56d185557d0f..a473786a37adb33afda92c84b9b38dd11a312147 100644
--- a/base/string16.cc
+++ b/base/string16.cc
@@ -15,7 +15,7 @@
#include <ostream>
-#include "base/utf_string_conversions.h"
+#include "base/strings/utf_string_conversions.h"
namespace base {
« no previous file with comments | « base/process_util_unittest.cc ('k') | base/string16_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698