Index: chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h |
diff --git a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h |
index aac915b6e7075309c7f02d859f642e50bffda3bf..fa3e6894a4b77c6c89e976ce12ec065d1c7a91a3 100644 |
--- a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h |
+++ b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h |
@@ -21,10 +21,10 @@ class ArcPlaystoreShortcutLauncherItemController |
~ArcPlaystoreShortcutLauncherItemController() override; |
// LauncherItemController overrides: |
- ash::ShelfAction ItemSelected(ui::EventType event_type, |
- int event_flags, |
- int64_t display_id, |
- ash::ShelfLaunchSource source) override; |
+ void ItemSelected(std::unique_ptr<ui::Event> event, |
+ int64_t display_id, |
+ ash::ShelfLaunchSource source, |
+ const ItemSelectedCallback& callback) override; |
private: |
std::unique_ptr<ArcAppLauncher> playstore_launcher_; |