diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-09 19:39:20 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-09 19:39:20 +0000 |
commit | 8b57e94ec5ce31479af6d04b79c59a652ddecf86 (patch) | |
tree | 2bb3d742cc6842d6b1d14bcd40b17a0e76c33031 /ash/test/test_shell_delegate.h | |
parent | ad46d157ae5582b5e4f5e20c4ce0866a24df16b7 (diff) | |
download | chromium_src-8b57e94ec5ce31479af6d04b79c59a652ddecf86.zip chromium_src-8b57e94ec5ce31479af6d04b79c59a652ddecf86.tar.gz chromium_src-8b57e94ec5ce31479af6d04b79c59a652ddecf86.tar.bz2 |
Rename LauncherDelegate to ShelfDelegate.
- move launcher_delegate.h from launcher to shelf.
- rename to shelf_delegate.h
- rename LauncherDelegateImpl to ShelfDelegateImpl.
- rename to shelf_delegate_impl.*
- rename TestLauncherDelegate to TestShelfDelegate.
- rename test_shelf_delegate.* to test_shelf_delegate.*
BUG=248353
TEST=None, no functional changes
R=jamescook@chromium.org,harrym@chromium.org
Review URL: https://codereview.chromium.org/103223005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/test_shell_delegate.h')
-rw-r--r-- | ash/test/test_shell_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h index 3edd95c..1a34462 100644 --- a/ash/test/test_shell_delegate.h +++ b/ash/test/test_shell_delegate.h @@ -41,7 +41,7 @@ class TestShellDelegate : public ShellDelegate { CreateKeyboardControllerProxy() OVERRIDE; virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE; virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE; - virtual LauncherDelegate* CreateLauncherDelegate(ShelfModel* model) OVERRIDE; + virtual ShelfDelegate* CreateShelfDelegate(ShelfModel* model) OVERRIDE; virtual SystemTrayDelegate* CreateSystemTrayDelegate() OVERRIDE; virtual UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE; virtual CapsLockDelegate* CreateCapsLockDelegate() OVERRIDE; |