| Index: ui/app_list/views/all_apps_tile_item_view.h
|
| diff --git a/ui/app_list/views/all_apps_tile_item_view.h b/ui/app_list/views/all_apps_tile_item_view.h
|
| index ea68fe2ec1f8f52090f7896bfd905fb1325052bf..9ba03853da55e62d4e5e79f2caf3845220ada7ec 100644
|
| --- a/ui/app_list/views/all_apps_tile_item_view.h
|
| +++ b/ui/app_list/views/all_apps_tile_item_view.h
|
| @@ -21,6 +21,8 @@ class AllAppsTileItemView : public TileItemView {
|
|
|
| ~AllAppsTileItemView() override;
|
|
|
| + void UpdateIcon();
|
| +
|
| // TileItemView overrides:
|
| void ButtonPressed(views::Button* sender, const ui::Event& event) override;
|
|
|
|
|