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(); |