| Index: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| index fbdfd970b8460273d747f895a99adc42ec92372a..d4e64e5f346ef965ca4aa4cc86247b03901f7571 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h
|
| @@ -41,7 +41,7 @@ class BrowserShortcutLauncherItemController : public LauncherItemController {
|
| virtual void ItemSelected(const ui::Event& event) OVERRIDE;
|
| virtual base::string16 GetTitle() OVERRIDE;
|
| virtual ui::MenuModel* CreateContextMenu(
|
| - aura::RootWindow* root_window) OVERRIDE;
|
| + aura::Window* root_window) OVERRIDE;
|
| virtual ash::LauncherMenuModel* CreateApplicationMenu(
|
| int event_flags) OVERRIDE;
|
| virtual bool IsDraggable() OVERRIDE;
|
|
|