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

Unified Diff: ui/base/accessibility/accessible_text_utils.cc

Issue 16402012: Use a direct include of strings headers in ui/, part 1. (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 | « ui/base/accessibility/accessible_text_utils.h ('k') | ui/base/accessibility/accessible_view_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/accessibility/accessible_text_utils.cc
diff --git a/ui/base/accessibility/accessible_text_utils.cc b/ui/base/accessibility/accessible_text_utils.cc
index 2d8754d5a55a4312000b796b47a14481c34dcea6..72ab60e7b424379ea2bd1d09e86b2a3dd9bbede9 100644
--- a/ui/base/accessibility/accessible_text_utils.cc
+++ b/ui/base/accessibility/accessible_text_utils.cc
@@ -5,7 +5,7 @@
#include "ui/base/accessibility/accessible_text_utils.h"
#include "base/logging.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
namespace ui {
« no previous file with comments | « ui/base/accessibility/accessible_text_utils.h ('k') | ui/base/accessibility/accessible_view_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698