| 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 e0f0936b72f936fdc397ef4dd9949fcfed543f2a..fb0ab5b0cdc58ba0826591ac816f8ebaf279beb6 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
|
| @@ -242,7 +242,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);
|
|
|