| Index: chrome/browser/ui/app_list/search/tokenized_string.h
|
| diff --git a/chrome/browser/ui/app_list/search/tokenized_string.h b/chrome/browser/ui/app_list/search/tokenized_string.h
|
| index 00b88756b1aab1af73e8de9e1adc143e1a3b808d..08ba72314592395ea148f2ecb52fbed7501e3da8 100644
|
| --- a/chrome/browser/ui/app_list/search/tokenized_string.h
|
| +++ b/chrome/browser/ui/app_list/search/tokenized_string.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 {
|
|
|
| @@ -19,7 +19,7 @@ namespace app_list {
|
| class TokenizedString {
|
| public:
|
| typedef std::vector<string16> Tokens;
|
| - typedef std::vector<ui::Range> Mappings;
|
| + typedef std::vector<gfx::Range> Mappings;
|
|
|
| explicit TokenizedString(const string16& text);
|
| ~TokenizedString();
|
|
|