| Index: ash/shelf/alternate_app_list_button.h
|
| diff --git a/ash/shelf/alternate_app_list_button.h b/ash/shelf/alternate_app_list_button.h
|
| index 397b55225c48004ed2755b19255a5653aaa85b6d..1166e04ef7daf77b0deda402062182d4660b2963 100644
|
| --- a/ash/shelf/alternate_app_list_button.h
|
| +++ b/ash/shelf/alternate_app_list_button.h
|
| @@ -13,19 +13,19 @@ class ShelfWidget;
|
|
|
| namespace internal {
|
|
|
| -class LauncherButtonHost;
|
| +class ShelfButtonHost;
|
|
|
| -// Button used for the AppList icon on the launcher.
|
| -// This class is an alternate implementation to
|
| -// ash::internal::AppListButton for the purposes of testing an
|
| -// alternate shelf layout (see ash_switches: UseAlternateShelfLayout).
|
| +// Button used for the AppList icon on the shelf.
|
| +// This class is an alternate implementation to ash::internal::AppListButton
|
| +// for the purposes of testing an alternate shelf layout
|
| +// (see ash_switches: UseAlternateShelfLayout).
|
| class AlternateAppListButton : public views::ImageButton {
|
| public:
|
| // Bounds size (inset) required for the app icon image (in pixels).
|
| static const int kImageBoundsSize;
|
|
|
| AlternateAppListButton(views::ButtonListener* listener,
|
| - LauncherButtonHost* host,
|
| + ShelfButtonHost* host,
|
| ShelfWidget* shelf_widget);
|
| virtual ~AlternateAppListButton();
|
|
|
| @@ -45,7 +45,7 @@ class AlternateAppListButton : public views::ImageButton {
|
| virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
|
|
| private:
|
| - LauncherButtonHost* host_;
|
| + ShelfButtonHost* host_;
|
| // Reference to the shelf widget containing this button, owned by the
|
| // root window controller.
|
| ShelfWidget* shelf_widget_;
|
|
|