| Index: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h | 
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h | 
| index 549a58c3000e224ddf540128ed82caba852b4cd6..fce450e9cbe81d41f17b3e2e6c985d4be522a5c7 100644 | 
| --- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h | 
| +++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h | 
| @@ -35,14 +35,13 @@ class ArcAppDeferredLauncherItemController : public LauncherItemController { | 
| // ash::ShelfItemDelegate | 
| ash::ShelfItemDelegate::PerformedAction ItemSelected( | 
| const ui::Event& event) override; | 
| -  ui::SimpleMenuModel* CreateApplicationMenu(int event_flags) override; | 
| +  ash::ShelfAppMenuItemList GetAppMenuItems(int event_flags) override; | 
| void Close() override; | 
|  | 
| // LauncherItemController overrides: | 
| void Launch(ash::LaunchSource source, int event_flags) override; | 
| ash::ShelfItemDelegate::PerformedAction Activate( | 
| ash::LaunchSource source) override; | 
| -  ChromeLauncherAppMenuItems GetApplicationList(int event_flags) override; | 
|  | 
| private: | 
| // The flags of the event that caused the ARC app to be activated. These will | 
|  |