Index: ash/shelf/shelf_view.h |
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h |
index 88a695b9bc26dfab38ccafaf7aa471fd5b211e84..9cdbb9fd7a1782989ca6c33f92f96eafba3ca08b 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 |