Index: ash/shelf/shelf_view.h |
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h |
index 4a5868c0a90e00d68332ff1aa8d4ddce0e512cc0..e4344e6aa7f15283af20f94059765fce5e75f582 100644 |
--- a/ash/shelf/shelf_view.h |
+++ b/ash/shelf/shelf_view.h |
@@ -356,7 +356,7 @@ class ASH_EXPORT ShelfView : public views::View, |
// The view being dragged. This is set immediately when the mouse is pressed. |
// |dragging_| is set only if the mouse is dragged far enough. |
- views::View* drag_view_; |
+ ShelfButton* drag_view_; |
// Position of the mouse down event in |drag_view_|'s coordinates. |
gfx::Point drag_origin_; |