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

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

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 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
Index: chrome/browser/ui/app_list/search/tokenized_string_match.h
diff --git a/chrome/browser/ui/app_list/search/tokenized_string_match.h b/chrome/browser/ui/app_list/search/tokenized_string_match.h
index 0892f8f44912992ad92366b1203279486c8eda43..9f22392c6388746df6429e1fb567579fc31df79d 100644
--- a/chrome/browser/ui/app_list/search/tokenized_string_match.h
+++ b/chrome/browser/ui/app_list/search/tokenized_string_match.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/strings/string16.h"
-#include "ui/base/range/range.h"
+#include "ui/gfx/range/range.h"
namespace app_list {
@@ -23,7 +23,7 @@ class TokenizedString;
// matched. Matched portions of text are stored as index ranges.
class TokenizedStringMatch {
public:
- typedef std::vector<ui::Range> Hits;
+ typedef std::vector<gfx::Range> Hits;
TokenizedStringMatch();
~TokenizedStringMatch();
« no previous file with comments | « chrome/browser/ui/app_list/search/tokenized_string.cc ('k') | chrome/browser/ui/app_list/search/tokenized_string_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698