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 2039aad6096f9470b9765bb6f12a798aae8d69d9..6df7e47dcf8d641f74db6e589aa43b5f813c2a98 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
@@ -110,7 +110,7 @@ app_list::AppListViewDelegate* |
} |
ash::LauncherDelegate* ChromeShellDelegate::CreateLauncherDelegate( |
- ash::LauncherModel* model) { |
+ ash::ShelfModel* model) { |
DCHECK(ProfileManager::IsGetDefaultProfileAllowed()); |
// TODO(oshima): This is currently broken with multiple launchers. |
// Refactor so that there is just one launcher delegate in the |