| Index: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| index 2ee9a09d9f3feb6a5f21a501206afce10a89aa5d..a041af36aff753ac49d2c870c3fda8f57ac302eb 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| @@ -235,7 +235,7 @@ string16 BrowserShortcutLauncherItemController::GetTitle() {
|
| }
|
|
|
| ui::MenuModel* BrowserShortcutLauncherItemController::CreateContextMenu(
|
| - aura::RootWindow* root_window) {
|
| + aura::Window* root_window) {
|
| ash::LauncherItem item =
|
| *(launcher_controller()->model()->ItemByID(launcher_id()));
|
| return new LauncherContextMenu(launcher_controller(), &item, root_window);
|
|
|