Index: ash/shelf/shelf_view.h |
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h |
index 50656eac6a156e5f8e7a2e24890a518c95e68ff0..42e45cabb3cb0e28527a580a2571f3548e775b97 100644 |
--- a/ash/shelf/shelf_view.h |
+++ b/ash/shelf/shelf_view.h |
@@ -294,6 +294,8 @@ class ASH_EXPORT ShelfView : public views::View, |
void ShelfItemRemoved(int model_index, const ShelfItem& old_item) override; |
void ShelfItemChanged(int model_index, const ShelfItem& old_item) override; |
void ShelfItemMoved(int start_index, int target_index) override; |
+ void ShelfItemDelegateChanged(const ShelfID& id, |
+ ShelfItemDelegate* delegate) override; |
// Handles the result of an item selection, records the |action| taken and |
// optionally shows an application menu with the given |menu_items|. |