Index: chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h |
diff --git a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h |
index c8085f15cafc035358a34a034eea3ae2aec907c6..17f111d69c990913ebd85d2bfa5730ef8bb1fac6 100644 |
--- a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h |
+++ b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h |
@@ -30,8 +30,9 @@ class ExtensionAppWindowLauncherItemController |
void AddAppWindow(extensions::AppWindow* app_window); |
// AppWindowLauncherItemController: |
- ash::ShelfAppMenuItemList GetAppMenuItems(int event_flags) override; |
- void ExecuteCommand(uint32_t command_id, int event_flags) override; |
+ std::vector<ash::mojom::MenuItemPtr> GetAppMenuItems( |
+ int event_flags) override; |
+ void ExecuteCommand(uint32_t command_id, int32_t event_flags) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(ExtensionAppWindowLauncherItemController); |