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

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

Issue 113403006: Update some uses of char16 to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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.h
diff --git a/chrome/browser/ui/app_list/search/term_break_iterator.h b/chrome/browser/ui/app_list/search/term_break_iterator.h
index 3a88cf9ee44259c446a76de7f989e595e46f0865..6ff877e70ad42327bf827be7c9d8269fa78bdfc3 100644
--- a/chrome/browser/ui/app_list/search/term_break_iterator.h
+++ b/chrome/browser/ui/app_list/search/term_break_iterator.h
@@ -52,7 +52,7 @@ class TermBreakIterator {
};
// Returns new state for given |ch|.
- State GetNewState(char16 ch);
+ State GetNewState(base::char16 ch);
const base::string16& word_;
size_t prev_;

Powered by Google App Engine
This is Rietveld 408576698