| 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 a55102bc1bc444506a4bb1de34a0107ed8b5c06c..74d60feaff9ad0b730ada36df999aba76b6cb290 100644
|
| --- a/ui/app_list/views/app_list_item_view.h
|
| +++ b/ui/app_list/views/app_list_item_view.h
|
| @@ -55,6 +55,8 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
|
|
|
| AppListItem* item() const { return item_; }
|
|
|
| + views::ImageView* icon() const { return icon_; }
|
| +
|
| const views::Label* title() const { return title_; }
|
|
|
| // In a synchronous drag the item view isn't informed directly of the drag
|
|
|