| Index: ui/app_list/search_result_view.cc
|
| diff --git a/ui/app_list/search_result_view.cc b/ui/app_list/search_result_view.cc
|
| index 9ffe6ff48f55dbb7a997dc36698a91a29c718e17..fce31cc88abec6bdffc24ad38225797bc53cc76e 100644
|
| --- a/ui/app_list/search_result_view.cc
|
| +++ b/ui/app_list/search_result_view.cc
|
| @@ -93,8 +93,7 @@ SearchResultView::SearchResultView(SearchResultListView* list_view,
|
| : views::CustomButton(listener),
|
| result_(NULL),
|
| list_view_(list_view),
|
| - icon_(NULL) {
|
| - icon_ = new IconView;
|
| + icon_(new IconView) {
|
| AddChildView(icon_);
|
| }
|
|
|
|
|