| Index: chrome/browser/ui/app_list/search/app_result.h
|
| diff --git a/chrome/browser/ui/app_list/search/app_result.h b/chrome/browser/ui/app_list/search/app_result.h
|
| index cf49cf20f04469ae35df6c37598c7dd12689530d..3f82b5e38e76b9a951ca665a9eec04d86ed4c28c 100644
|
| --- a/chrome/browser/ui/app_list/search/app_result.h
|
| +++ b/chrome/browser/ui/app_list/search/app_result.h
|
| @@ -29,8 +29,6 @@ class ExtensionRegistry;
|
| namespace app_list {
|
|
|
| class AppContextMenu;
|
| -class TokenizedString;
|
| -class TokenizedStringMatch;
|
|
|
| class AppResult : public SearchResult,
|
| public extensions::IconImage::Observer,
|
| @@ -44,9 +42,6 @@ class AppResult : public SearchResult,
|
| bool is_recommendation);
|
| ~AppResult() override;
|
|
|
| - void UpdateFromMatch(const TokenizedString& title,
|
| - const TokenizedStringMatch& match);
|
| -
|
| void UpdateFromLastLaunched(const base::Time& current_time,
|
| const base::Time& last_launched);
|
|
|
|
|