| 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 c283466e7170ac3bda75cf816efdf6dd7f257048..2686f3e4a610084c3db3173c3f951e4233d743a4 100644
|
| --- a/ash/common/shelf/shelf_alignment_menu.h
|
| +++ b/ash/common/shelf/shelf_alignment_menu.h
|
| @@ -24,7 +24,7 @@ class ASH_EXPORT ShelfAlignmentMenu : public ui::SimpleMenuModel,
|
| bool IsCommandIdChecked(int command_id) const override;
|
| bool IsCommandIdEnabled(int command_id) const override;
|
| bool GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) override;
|
| + ui::Accelerator* accelerator) const override;
|
| void ExecuteCommand(int command_id, int event_flags) override;
|
|
|
| private:
|
|
|