| Index: ash/shelf/shelf_button.h
 | 
| diff --git a/ash/shelf/shelf_button.h b/ash/shelf/shelf_button.h
 | 
| index 9295f78e64e9112134f4e6bb2da93283baf0350a..2d758c15695f5d7918690347003be75ff1c581e2 100644
 | 
| --- a/ash/shelf/shelf_button.h
 | 
| +++ b/ash/shelf/shelf_button.h
 | 
| @@ -56,7 +56,7 @@ class ASH_EXPORT ShelfButton : public views::CustomButton {
 | 
|    gfx::Rect GetIconBounds() const;
 | 
|  
 | 
|    // Called when user started dragging the shelf button.
 | 
| -  void OnDragStarted();
 | 
| +  void OnDragStarted(const ui::LocatedEvent* event);
 | 
|  
 | 
|    // Overrides to views::CustomButton:
 | 
|    void ShowContextMenu(const gfx::Point& p,
 | 
| 
 |