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

Unified Diff: ui/app_list/search/tokenized_string_char_iterator.h

Issue 522683003: Move basic string operations to ui/app_list/search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 3 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/app_list/search/tokenized_string.cc ('k') | ui/app_list/search/tokenized_string_char_iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search/tokenized_string_char_iterator.h
diff --git a/chrome/browser/ui/app_list/search/tokenized_string_char_iterator.h b/ui/app_list/search/tokenized_string_char_iterator.h
similarity index 84%
rename from chrome/browser/ui/app_list/search/tokenized_string_char_iterator.h
rename to ui/app_list/search/tokenized_string_char_iterator.h
index a77ee73b6f73274f2308ebfdad7c5d139d2c5f2a..72b5fdf3b527ead147011e62b1b3a0683a381073 100644
--- a/chrome/browser/ui/app_list/search/tokenized_string_char_iterator.h
+++ b/ui/app_list/search/tokenized_string_char_iterator.h
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_TOKENIZED_STRING_CHAR_ITERATOR_H_
-#define CHROME_BROWSER_UI_APP_LIST_SEARCH_TOKENIZED_STRING_CHAR_ITERATOR_H_
+#ifndef UI_APP_LIST_SEARCH_TOKENIZED_STRING_CHAR_ITERATOR_H_
+#define UI_APP_LIST_SEARCH_TOKENIZED_STRING_CHAR_ITERATOR_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/ui/app_list/search/tokenized_string.h"
+#include "ui/app_list/app_list_export.h"
+#include "ui/app_list/search/tokenized_string.h"
namespace base {
namespace i18n {
@@ -18,7 +19,7 @@ class UTF16CharIterator;
namespace app_list {
// An UTF16 char iterator for a TokenizedString.
-class TokenizedStringCharIterator {
+class APP_LIST_EXPORT TokenizedStringCharIterator {
public:
struct State {
State();
@@ -73,4 +74,4 @@ class TokenizedStringCharIterator {
} // namespace app_list
-#endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_TOKENIZED_STRING_CHAR_ITERATOR_H_
+#endif // UI_APP_LIST_SEARCH_TOKENIZED_STRING_CHAR_ITERATOR_H_
« no previous file with comments | « ui/app_list/search/tokenized_string.cc ('k') | ui/app_list/search/tokenized_string_char_iterator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698