| Index: ui/app_list/search_result.cc
|
| diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc
|
| index 9df0e6c79cd3e29bdbf100bd2ec691869e8ac2e2..771251fcb9bcd37ffcfa606ba83d51410c4fcb90 100644
|
| --- a/ui/app_list/search_result.cc
|
| +++ b/ui/app_list/search_result.cc
|
| @@ -25,7 +25,10 @@ SearchResult::Action::Action(const base::string16& label_text,
|
| SearchResult::Action::~Action() {}
|
|
|
| SearchResult::SearchResult()
|
| - : relevance_(0), is_installing_(false), percent_downloaded_(0) {
|
| + : relevance_(0),
|
| + display_type_(DISPLAY_LIST),
|
| + is_installing_(false),
|
| + percent_downloaded_(0) {
|
| }
|
|
|
| SearchResult::~SearchResult() {}
|
|
|