| 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 38b3a2f73f2a563f21fe79a67418cb70ef197780..c009dd7ac7a385e4722d387de9fe7789f4aba922 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "ash/launcher/launcher_types.h"
|
| +#include "ash/shelf/shelf_item_types.h"
|
| #include "ash/shell_delegate.h"
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -70,7 +70,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| virtual ui::MenuModel* CreateContextMenu(
|
| aura::Window* root,
|
| ash::ShelfItemDelegate* item_delegate,
|
| - ash::LauncherItem* item) OVERRIDE;
|
| + ash::ShelfItem* item) OVERRIDE;
|
| virtual ash::WindowTreeHostFactory* CreateWindowTreeHostFactory() OVERRIDE;
|
| virtual ash::GPUSupport* CreateGPUSupport() OVERRIDE;
|
| virtual base::string16 GetProductName() const OVERRIDE;
|
|
|