| Index: ash/common/shelf/app_list_shelf_item_delegate.h
|
| diff --git a/ash/common/shelf/app_list_shelf_item_delegate.h b/ash/common/shelf/app_list_shelf_item_delegate.h
|
| index 422f1bab365e60c1c5e948033ec8a5a255e48c3d..ed2995be4c2e7d940b1398c0035fca3dac13c183 100644
|
| --- a/ash/common/shelf/app_list_shelf_item_delegate.h
|
| +++ b/ash/common/shelf/app_list_shelf_item_delegate.h
|
| @@ -24,7 +24,7 @@ class AppListShelfItemDelegate : public ShelfItemDelegate {
|
| // ShelfItemDelegate:
|
| ShelfItemDelegate::PerformedAction ItemSelected(
|
| const ui::Event& event) override;
|
| - ui::SimpleMenuModel* CreateApplicationMenu(int event_flags) override;
|
| + ShelfApplicationMenuItems GetAppMenuItems(int event_flags) override;
|
| void Close() override;
|
|
|
| private:
|
|
|