| Index: ash/shelf/overflow_bubble_view.h
 | 
| diff --git a/ash/shelf/overflow_bubble_view.h b/ash/shelf/overflow_bubble_view.h
 | 
| index 0d66d315cb6aa392504b9c8b89268dbd29d424ce..598882809523a149a1366c5304ab864a20c9b0cc 100644
 | 
| --- a/ash/shelf/overflow_bubble_view.h
 | 
| +++ b/ash/shelf/overflow_bubble_view.h
 | 
| @@ -16,7 +16,7 @@ class View;
 | 
|  }
 | 
|  
 | 
|  namespace ash {
 | 
| -class WmShelf;
 | 
| +class Shelf;
 | 
|  
 | 
|  namespace test {
 | 
|  class OverflowBubbleViewTestAPI;
 | 
| @@ -27,7 +27,7 @@ class OverflowBubbleViewTestAPI;
 | 
|  class ASH_EXPORT OverflowBubbleView : public views::BubbleDialogDelegateView,
 | 
|                                        public ShelfBackgroundAnimatorObserver {
 | 
|   public:
 | 
| -  explicit OverflowBubbleView(WmShelf* wm_shelf);
 | 
| +  explicit OverflowBubbleView(Shelf* shelf);
 | 
|    ~OverflowBubbleView() override;
 | 
|  
 | 
|    // |anchor| is the overflow button on the main shelf. |shelf_view| is the
 | 
| @@ -58,7 +58,7 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDialogDelegateView,
 | 
|    // ShelfBackgroundAnimatorObserver:
 | 
|    void UpdateShelfBackground(SkColor color) override;
 | 
|  
 | 
| -  WmShelf* wm_shelf_;
 | 
| +  Shelf* shelf_;
 | 
|    views::View* shelf_view_;  // Owned by views hierarchy.
 | 
|    gfx::Vector2d scroll_offset_;
 | 
|  
 | 
| 
 |