| 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 7a9b21681d2bad3ffc29473d5465307f0f016a96..bf3d4ba03176c43bb1faad1d48d7fde54916632b 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -62,7 +62,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| ash::VirtualKeyboardStateObserver* observer) override;
|
| void RemoveVirtualKeyboardStateObserver(
|
| ash::VirtualKeyboardStateObserver* observer) override;
|
| - app_list::AppListViewDelegate* GetAppListViewDelegate() override;
|
| + app_list::AppListController* GetAppListController() override;
|
| ash::ShelfDelegate* CreateShelfDelegate(ash::ShelfModel* model) override;
|
| ash::SystemTrayDelegate* CreateSystemTrayDelegate() override;
|
| ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() override;
|
|
|