Index: ash/shelf/shelf.h |
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h |
index 005df1c62d2c800cdfb48368fb6d55727d0145d6..a6fee84f7ec77f039683a7392d24b8a58413e588 100644 |
--- a/ash/shelf/shelf.h |
+++ b/ash/shelf/shelf.h |
@@ -35,6 +35,7 @@ class View; |
} |
namespace ash { |
+class AppListButton; |
class FocusCycler; |
class ShelfDelegate; |
class ShelfIconObserver; |
@@ -132,7 +133,7 @@ class ASH_EXPORT Shelf { |
void SchedulePaint(); |
- views::View* GetAppListButtonView() const; |
+ AppListButton* GetAppListButton() const; |
// Launch a 0-indexed shelf item in the shelf. |
// A negative index launches the last shelf item in the shelf. |