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

Unified Diff: chrome/browser/ui/app_list/search/term_break_iterator.cc

Issue 16431004: Use a direct include of strings headers in chrome/browser/ui/a*/. (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
Index: chrome/browser/ui/app_list/search/term_break_iterator.cc
diff --git a/chrome/browser/ui/app_list/search/term_break_iterator.cc b/chrome/browser/ui/app_list/search/term_break_iterator.cc
index 6e681b0e77932e1a6ca1696eb1d8b3eee0532f1f..071a5527c767a82044af384d402ccebb63d74c12 100644
--- a/chrome/browser/ui/app_list/search/term_break_iterator.cc
+++ b/chrome/browser/ui/app_list/search/term_break_iterator.cc
@@ -6,7 +6,7 @@
#include "base/i18n/char_iterator.h"
#include "base/logging.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "third_party/icu/public/common/unicode/uchar.h"
namespace app_list {
« no previous file with comments | « chrome/browser/ui/app_list/search/term_break_iterator.h ('k') | chrome/browser/ui/app_list/search/tokenized_string.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698