| 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 cf1fcb0e3bd033115a0deca710992c880441bc22..0c9879552fa8ce8113bf695a02c91faaf1f5c343 100644
|
| --- a/chrome/browser/ui/app_list/search/app_result.h
|
| +++ b/chrome/browser/ui/app_list/search/app_result.h
|
| @@ -25,8 +25,9 @@ class AppResult : public SearchResult,
|
| public:
|
| ~AppResult() override;
|
|
|
| - void UpdateFromLastLaunched(const base::Time& current_time,
|
| - const base::Time& last_launched);
|
| + void UpdateFromLastLaunchedOrInstalledTime(const base::Time& current_time,
|
| + const base::Time& old_time);
|
| +
|
| protected:
|
| AppResult(Profile* profile,
|
| const std::string& app_id,
|
|
|