Index: ash/shelf/app_list_button.h |
diff --git a/ash/shelf/app_list_button.h b/ash/shelf/app_list_button.h |
index a8c8e70e7ae1288843a42ba2e3e1dac0cd88e1ad..9b013de7e88d667ec9e1568e260ef46921a8d43f 100644 |
--- a/ash/shelf/app_list_button.h |
+++ b/ash/shelf/app_list_button.h |
@@ -10,13 +10,12 @@ |
namespace ash { |
namespace internal { |
-class LauncherButtonHost; |
+class ShelfButtonHost; |
-// Button used for the AppList icon on the launcher. |
+// Button used for the AppList icon on the shelf. |
class AppListButton : public views::ImageButton { |
public: |
- AppListButton(views::ButtonListener* listener, |
- LauncherButtonHost* host); |
+ AppListButton(views::ButtonListener* listener, ShelfButtonHost* host); |
virtual ~AppListButton(); |
void StartLoadingAnimation(); |
@@ -34,7 +33,7 @@ class AppListButton : public views::ImageButton { |
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |
private: |
- LauncherButtonHost* host_; |
+ ShelfButtonHost* host_; |
DISALLOW_COPY_AND_ASSIGN(AppListButton); |
}; |