Index: ash/shelf/shelf_view.h |
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h |
index dba1d66760db033e1b978d872567ddd16cad0bda..dbd181198b61f6c099955026aa1e97726f348e62 100644 |
--- a/ash/shelf/shelf_view.h |
+++ b/ash/shelf/shelf_view.h |
@@ -37,6 +37,7 @@ class MenuRunner; |
} |
namespace ash { |
+class AppListButton; |
class DragImageView; |
class OverflowBubble; |
class OverflowButton; |
@@ -103,7 +104,7 @@ class ASH_EXPORT ShelfView : public views::View, |
owner_overflow_bubble_ = owner; |
} |
- views::View* GetAppListButtonView() const; |
+ AppListButton* GetAppListButton() const; |
// Returns true if the mouse cursor exits the area for launcher tooltip. |
// There are thin gaps between launcher buttons but the tooltip shouldn't hide |