| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| index eac094b137fa252049c759d574eb0da082881d1b..9f019c2803cff9e12003c736a7c36f65a5bef9b3 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| @@ -24,7 +24,7 @@ class ArcAppWindowLauncherItemController
|
| // LauncherItemController overrides:
|
| ash::ShelfItemDelegate::PerformedAction ItemSelected(
|
| const ui::Event& event) override;
|
| - ChromeLauncherAppMenuItems GetApplicationList(int event_flags) override;
|
| + ash::ShelfAppMenuItemList GetAppMenuItems(int event_flags) override;
|
|
|
| void AddTaskId(int task_id);
|
| void RemoveTaskId(int task_id);
|
|
|