| Index: chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc
|
| index 8dd21a8468381d0055087e53b0ba604f28789f65..f077719f8c76d50e09e53852844dd029c4b04c8e 100644
|
| --- a/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc
|
| +++ b/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "chrome/browser/ui/ash/launcher/extension_launcher_context_menu.h"
|
|
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/shell.h"
|
| #include "base/bind.h"
|
| #include "chrome/browser/extensions/context_menu_matcher.h"
|
| #include "chrome/browser/extensions/extension_util.h"
|
| @@ -83,8 +83,8 @@ void ExtensionLauncherContextMenu::Init() {
|
| AddItemWithStringId(MENU_NEW_INCOGNITO_WINDOW,
|
| IDS_APP_LIST_NEW_INCOGNITO_WINDOW);
|
| }
|
| - if (!BrowserShortcutLauncherItemController(
|
| - controller(), ash::WmShell::Get()->shelf_model())
|
| + if (!BrowserShortcutLauncherItemController(controller(),
|
| + ash::Shell::Get()->shelf_model())
|
| .IsListOfActiveBrowserEmpty()) {
|
| AddItem(MENU_CLOSE,
|
| l10n_util::GetStringUTF16(IDS_LAUNCHER_CONTEXT_MENU_CLOSE));
|
|
|