| Index: ui/app_list/views/app_list_item_view.h
|
| diff --git a/ui/app_list/views/app_list_item_view.h b/ui/app_list/views/app_list_item_view.h
|
| index 3333879bcac3606695f2a64609fcdef3d719871d..c434371e1ff74e38da3b670db72801cf59ed3263 100644
|
| --- a/ui/app_list/views/app_list_item_view.h
|
| +++ b/ui/app_list/views/app_list_item_view.h
|
| @@ -44,7 +44,7 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
|
| ~AppListItemView() override;
|
|
|
| // Set the icon of this image, adding a drop shadow if |has_shadow|.
|
| - void SetIcon(const gfx::ImageSkia& icon, bool has_shadow);
|
| + void SetIcon(const gfx::ImageSkia& icon);
|
|
|
| void SetItemName(const base::string16& display_name,
|
| const base::string16& full_name);
|
|
|