| Index: ui/app_list/search_result.cc
|
| diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc
|
| index 87bea21334f15fe203c441f86ec9f532dc00fa1a..d862c5ec2220589579653b26eccb584a36618a9f 100644
|
| --- a/ui/app_list/search_result.cc
|
| +++ b/ui/app_list/search_result.cc
|
| @@ -30,7 +30,8 @@ SearchResult::SearchResult()
|
| display_type_(DISPLAY_LIST),
|
| voice_result_(false),
|
| is_installing_(false),
|
| - percent_downloaded_(0) {
|
| + percent_downloaded_(0),
|
| + distance_from_origin_(-1) {
|
| }
|
|
|
| SearchResult::~SearchResult() {
|
|
|