| Index: chrome/browser/ui/app_list/search/app_result.cc
 | 
| diff --git a/chrome/browser/ui/app_list/search/app_result.cc b/chrome/browser/ui/app_list/search/app_result.cc
 | 
| index f6ec7289f23c8317b47c1219eee511dc5a530342..ae41736725143d72ba2c443710ba5c5b483a094d 100644
 | 
| --- a/chrome/browser/ui/app_list/search/app_result.cc
 | 
| +++ b/chrome/browser/ui/app_list/search/app_result.cc
 | 
| @@ -16,8 +16,7 @@ AppResult::AppResult(Profile* profile,
 | 
|      : profile_(profile),
 | 
|        app_id_(app_id),
 | 
|        controller_(controller) {
 | 
| -  if (app_list::switches::IsExperimentalAppListEnabled())
 | 
| -    set_display_type(is_recommendation ? DISPLAY_RECOMMENDATION : DISPLAY_TILE);
 | 
| +  set_display_type(is_recommendation ? DISPLAY_RECOMMENDATION : DISPLAY_TILE);
 | 
|  }
 | 
|  
 | 
|  AppResult::~AppResult() {
 | 
| 
 |