| 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 2fc09d935355cd3b12c0b26734d4c0782cd024ea..fe69109fccef7cd96fe511535c3c915957ddb8e4 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -52,7 +52,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| void RemoveVirtualKeyboardStateObserver(
|
| ash::VirtualKeyboardStateObserver* observer) override;
|
| void OpenUrl(const GURL& url) override;
|
| - app_list::AppListShower* GetAppListShower() override;
|
| + app_list::AppListPresenter* GetAppListPresenter() override;
|
| ash::ShelfDelegate* CreateShelfDelegate(ash::ShelfModel* model) override;
|
| ash::SystemTrayDelegate* CreateSystemTrayDelegate() override;
|
| ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override;
|
|
|