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