Index: ash/shell/shell_delegate_impl.h |
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h |
index fa6e2ee757e35042c20e912f8450561ba5e0e851..6edcbf0fee3bd6602681a07d2a4b5ddbce8e9656 100644 |
--- a/ash/shell/shell_delegate_impl.h |
+++ b/ash/shell/shell_delegate_impl.h |
@@ -57,7 +57,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
virtual ui::MenuModel* CreateContextMenu( |
aura::Window* root_window, |
ash::ShelfItemDelegate* item_delegate, |
- ash::LauncherItem* item) OVERRIDE; |
+ ash::ShelfItem* item) OVERRIDE; |
virtual WindowTreeHostFactory* CreateWindowTreeHostFactory() OVERRIDE; |
virtual GPUSupport* CreateGPUSupport() OVERRIDE; |
virtual base::string16 GetProductName() const OVERRIDE; |