| 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 69ed0cce4d11e151048433f8c36974947ee9868b..e614c396bdc3aa36f8b321447c60752bae8ccc25 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
|
| @@ -47,8 +47,7 @@ class AppShortcutLauncherItemController : public LauncherItemController {
|
| virtual base::string16 GetTitle() OVERRIDE;
|
| virtual ui::MenuModel* CreateContextMenu(
|
| aura::Window* root_window) OVERRIDE;
|
| - virtual ash::LauncherMenuModel* CreateApplicationMenu(
|
| - int event_flags) OVERRIDE;
|
| + virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
| virtual bool IsDraggable() OVERRIDE;
|
| virtual bool ShouldShowTooltip() OVERRIDE;
|
|
|
|
|