| Index: ui/app_list/search_result.cc
|
| diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc
|
| index d663d0e91684ebdc2929804d926ae0dacc1aa3b3..e0d3106843a0e5e3a1e328316a332b8a1932e365 100644
|
| --- a/ui/app_list/search_result.cc
|
| +++ b/ui/app_list/search_result.cc
|
| @@ -32,7 +32,9 @@ SearchResult::SearchResult()
|
| percent_downloaded_(0) {
|
| }
|
|
|
| -SearchResult::~SearchResult() {}
|
| +SearchResult::~SearchResult() {
|
| + FOR_EACH_OBSERVER(SearchResultObserver, observers_, OnResultDestroying());
|
| +}
|
|
|
| void SearchResult::SetIcon(const gfx::ImageSkia& icon) {
|
| icon_ = icon;
|
|
|