| Index: ui/app_list/search_result.cc
|
| diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc
|
| index 8c7b66e245ebd64a1bfd4171f2e2ed28303b908c..9f0870c04c66131d665511f82f6b70752e2d0f11 100644
|
| --- a/ui/app_list/search_result.cc
|
| +++ b/ui/app_list/search_result.cc
|
| @@ -72,6 +72,7 @@ void SearchResult::SetPercentDownloaded(int percent_downloaded) {
|
|
|
| int SearchResult::GetPreferredIconDimension() const {
|
| switch (display_type_) {
|
| + case DISPLAY_RECOMMENDATION: // Falls through.
|
| case DISPLAY_TILE:
|
| return kTileIconSize;
|
| case DISPLAY_LIST:
|
|
|