summaryrefslogtreecommitdiffstats
path: root/ash/test/shelf_view_test_api.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 21:20:24 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 21:20:24 +0000
commitccfd691d2bd16c1db2324ec36db225630f551ee9 (patch)
tree113c53ab11e0782acb643eb6807729d3fcfb0a7c /ash/test/shelf_view_test_api.h
parent8d7aa0159fc1c19e0a82a3366e5354de356a2831 (diff)
downloadchromium_src-ccfd691d2bd16c1db2324ec36db225630f551ee9.zip
chromium_src-ccfd691d2bd16c1db2324ec36db225630f551ee9.tar.gz
chromium_src-ccfd691d2bd16c1db2324ec36db225630f551ee9.tar.bz2
ash: Rename LauncherButton to ShelfButton.
* Move launcher_button.* from launcher/ to shelf/ * Rename to shelf_button.* BUG=248353 TEST=None, no functional changes R=jamescook@chromium.org,harrym@chromium.org Review URL: https://codereview.chromium.org/83953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/shelf_view_test_api.h')
-rw-r--r--ash/test/shelf_view_test_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/test/shelf_view_test_api.h b/ash/test/shelf_view_test_api.h
index c7a7632..d26c02d 100644
--- a/ash/test/shelf_view_test_api.h
+++ b/ash/test/shelf_view_test_api.h
@@ -18,8 +18,8 @@ namespace ash {
class LauncherDelegate;
namespace internal {
-class LauncherButton;
class OverflowBubble;
+class ShelfButton;
class ShelfView;
}
@@ -35,7 +35,7 @@ class ShelfViewTestAPI {
int GetButtonCount();
// Retrieve the button at |index|.
- internal::LauncherButton* GetButton(int index);
+ internal::ShelfButton* GetButton(int index);
// First visible button index.
int GetFirstVisibleIndex();