Index: ash/mus/shell_delegate_mus.h |
diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h |
index f0486abf306b6d7ea232f8846eb2ad92e65cc518..804663dc2f69c998ecdf43eed9bc3c05561db761 100644 |
--- a/ash/mus/shell_delegate_mus.h |
+++ b/ash/mus/shell_delegate_mus.h |
@@ -46,7 +46,7 @@ class ShellDelegateMus : 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; |