| Index: ash/common/shelf/shelf_alignment_menu.h
 | 
| diff --git a/ash/common/shelf/shelf_alignment_menu.h b/ash/common/shelf/shelf_alignment_menu.h
 | 
| index 2686f3e4a610084c3db3173c3f951e4233d743a4..e3153177848737830bd21efaaaad26f7b834ba6c 100644
 | 
| --- a/ash/common/shelf/shelf_alignment_menu.h
 | 
| +++ b/ash/common/shelf/shelf_alignment_menu.h
 | 
| @@ -23,8 +23,6 @@ class ASH_EXPORT ShelfAlignmentMenu : public ui::SimpleMenuModel,
 | 
|    // ui::SimpleMenuModel::Delegate overrides:
 | 
|    bool IsCommandIdChecked(int command_id) const override;
 | 
|    bool IsCommandIdEnabled(int command_id) const override;
 | 
| -  bool GetAcceleratorForCommandId(int command_id,
 | 
| -                                  ui::Accelerator* accelerator) const override;
 | 
|    void ExecuteCommand(int command_id, int event_flags) override;
 | 
|  
 | 
|   private:
 | 
| 
 |