Index: ui/app_list/search_result.cc |
diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc |
index 653d08950d9a81911a5b4e2f8560c3ad6b518ff2..36f79008c466298ee14e53ee4f8af38a80c0cbe4 100644 |
--- a/ui/app_list/search_result.cc |
+++ b/ui/app_list/search_result.cc |
@@ -28,6 +28,7 @@ SearchResult::Action::~Action() {} |
SearchResult::SearchResult() |
: relevance_(0), |
display_type_(DISPLAY_LIST), |
+ voice_result_(false), |
is_installing_(false), |
percent_downloaded_(0) { |
} |