Index: ash/shell/shell_delegate_impl.h |
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h |
index c53c702f266f8fb5d6774bb5d84031818f0bbba9..7a5684b519682aaa03662daa7a01644fdb928699 100644 |
--- a/ash/shell/shell_delegate_impl.h |
+++ b/ash/shell/shell_delegate_impl.h |
@@ -48,7 +48,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
ash::AccessibilityDelegate* CreateAccessibilityDelegate() override; |
ash::NewWindowDelegate* CreateNewWindowDelegate() override; |
ash::MediaDelegate* CreateMediaDelegate() override; |
- ui::MenuModel* CreateContextMenu(aura::Window* root_window, |
+ ui::MenuModel* CreateContextMenu(ash::Shelf* shelf, |
const ash::ShelfItem* item) override; |
GPUSupport* CreateGPUSupport() override; |
base::string16 GetProductName() const override; |