Index: chrome/browser/ui/ash/chrome_shell_delegate.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
index 7c8b3af17e38cd23889ebc4a8350d0d5a8e22c5d..ba09587ab04a9e1c38b074400866ea4b614e12ce 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
@@ -313,7 +313,7 @@ app_list::AppListViewDelegate* |
DCHECK(ash::Shell::HasInstance()); |
// Shell will own the created delegate, and the delegate will own |
// the controller. |
- return new AppListViewDelegate(new AppListControllerAsh()); |
+ return new AppListViewDelegate(new AppListControllerDelegateAsh()); |
} |
ash::LauncherDelegate* ChromeShellDelegate::CreateLauncherDelegate( |