| Index: ash/mus/shell_delegate_mus.h
|
| diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
|
| index f3e1c08d327ac03ee3603f0d4f4cfe2c76cee94e..c5cadeab7540c60162e2465ea55e635b1f8529f8 100644
|
| --- a/ash/mus/shell_delegate_mus.h
|
| +++ b/ash/mus/shell_delegate_mus.h
|
| @@ -40,7 +40,7 @@ class ShellDelegateMus : public ShellDelegate {
|
| SessionStateDelegate* CreateSessionStateDelegate() override;
|
| AccessibilityDelegate* CreateAccessibilityDelegate() override;
|
| std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() override;
|
| - ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
|
| + ui::MenuModel* CreateContextMenu(Shelf* shelf,
|
| const ShelfItem* item) override;
|
| GPUSupport* CreateGPUSupport() override;
|
| base::string16 GetProductName() const override;
|
|
|