summaryrefslogtreecommitdiffstats
path: root/ash/shell/shell_delegate_impl.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-14 19:48:36 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-14 19:48:36 +0000
commit64936bfc5e259b97286498932cd4abe1ad4d3c57 (patch)
tree977b1c6e7c9b2af1b63dbe46312ba9b6603b0894 /ash/shell/shell_delegate_impl.cc
parent04afd69e36366fa5cdc3b8c03720119d755c5580 (diff)
downloadchromium_src-64936bfc5e259b97286498932cd4abe1ad4d3c57.zip
chromium_src-64936bfc5e259b97286498932cd4abe1ad4d3c57.tar.gz
chromium_src-64936bfc5e259b97286498932cd4abe1ad4d3c57.tar.bz2
ash: Rename LauncherModel to ShelfModel.
* Move launcher_model.* from launcher/ to shelf/ * Rename to shelf_model.* BUG=248353 TEST=None, no functional changes R=jamescook@chromium.org,harrym@chromium.org Review URL: https://codereview.chromium.org/71653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/shell_delegate_impl.cc')
-rw-r--r--ash/shell/shell_delegate_impl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 8e75027..44d955f 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -121,8 +121,7 @@ app_list::AppListViewDelegate* ShellDelegateImpl::CreateAppListViewDelegate() {
return ash::shell::CreateAppListViewDelegate();
}
-ash::LauncherDelegate* ShellDelegateImpl::CreateLauncherDelegate(
- ash::LauncherModel* model) {
+LauncherDelegate* ShellDelegateImpl::CreateLauncherDelegate(ShelfModel* model) {
launcher_delegate_ = new LauncherDelegateImpl(watcher_);
return launcher_delegate_;
}