| Index: ui/app_list/views/search_result_tile_item_list_view.h
|
| diff --git a/ui/app_list/views/search_result_tile_item_list_view.h b/ui/app_list/views/search_result_tile_item_list_view.h
|
| index 2b306bea4282601229d367f0c9868e0be5fa4dd0..4ad4c6013e5f865d30ae550b0002658b053013f1 100644
|
| --- a/ui/app_list/views/search_result_tile_item_list_view.h
|
| +++ b/ui/app_list/views/search_result_tile_item_list_view.h
|
| @@ -48,8 +48,8 @@ class APP_LIST_EXPORT SearchResultTileItemListView
|
|
|
| views::Textfield* search_box_; // Owned by the views hierarchy.
|
|
|
| - // Whether the fullscreen app list feature is enabled.
|
| - const bool is_fullscreen_app_list_enabled_;
|
| + // Whether the Play Store app search feature is enabled.
|
| + const bool is_play_store_app_search_enabled_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SearchResultTileItemListView);
|
| };
|
|
|