| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index faf50f844496f4c814d60c12ab1a98bbb8074759..fa4fe70014ce2a29cd90a9f3a9c0a483a3ace598 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
|
|
| #include "ash/shell_delegate.h"
|
| -#include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| #include "build/build_config.h"
|
| @@ -61,7 +60,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| std::unique_ptr<ash::ContainerDelegate> CreateContainerDelegate() override;
|
| std::unique_ptr<ash::PointerWatcherDelegate> CreatePointerWatcherDelegate()
|
| override;
|
| - ui::MenuModel* CreateContextMenu(ash::Shelf* shelf,
|
| + ui::MenuModel* CreateContextMenu(ash::WmShelf* wm_shelf,
|
| const ash::ShelfItem* item) override;
|
| ash::GPUSupport* CreateGPUSupport() override;
|
| base::string16 GetProductName() const override;
|
|
|