| Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| index 9e14ec00082f261646221abbe8fa7405ab25b2f6..40fb46d083cdf8227f62d9992d112cc9b6525b39 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| @@ -40,7 +40,7 @@ class AppShortcutLauncherItemController : public ash::ShelfItemDelegate {
|
| void ItemSelected(std::unique_ptr<ui::Event> event,
|
| int64_t display_id,
|
| ash::ShelfLaunchSource source,
|
| - const ItemSelectedCallback& callback) override;
|
| + ItemSelectedCallback callback) override;
|
| ash::MenuItemList GetAppMenuItems(int event_flags) override;
|
| void ExecuteCommand(uint32_t command_id, int32_t event_flags) override;
|
| void Close() override;
|
|
|