| Index: ash/shelf/overflow_button.h
 | 
| diff --git a/ash/shelf/overflow_button.h b/ash/shelf/overflow_button.h
 | 
| index d87cc04609f073b11baf1d79bb88ca93afb6eac4..88bb6d2cdf96005518b73fba516a930be3b86e77 100644
 | 
| --- a/ash/shelf/overflow_button.h
 | 
| +++ b/ash/shelf/overflow_button.h
 | 
| @@ -16,14 +16,14 @@ namespace test {
 | 
|  class OverflowButtonTestApi;
 | 
|  }  // namespace test
 | 
|  
 | 
| +class Shelf;
 | 
|  class ShelfView;
 | 
| -class WmShelf;
 | 
|  
 | 
|  // Shelf overflow chevron button.
 | 
|  class ASH_EXPORT OverflowButton : public views::CustomButton {
 | 
|   public:
 | 
|    // |shelf_view| is the view containing this button.
 | 
| -  OverflowButton(ShelfView* shelf_view, WmShelf* wm_shelf);
 | 
| +  OverflowButton(ShelfView* shelf_view, Shelf* shelf);
 | 
|    ~OverflowButton() override;
 | 
|  
 | 
|    void OnShelfAlignmentChanged();
 | 
| @@ -75,7 +75,7 @@ class ASH_EXPORT OverflowButton : public views::CustomButton {
 | 
|    const gfx::ImageSkia* chevron_image_;
 | 
|  
 | 
|    ShelfView* shelf_view_;
 | 
| -  WmShelf* wm_shelf_;
 | 
| +  Shelf* shelf_;
 | 
|  
 | 
|    // Color used to paint the background.
 | 
|    SkColor background_color_;
 | 
| 
 |