| Index: ash/shell/context_menu.h
|
| diff --git a/ash/shell/context_menu.h b/ash/shell/context_menu.h
|
| index c89a4064e3c0181dfaf02864dde54d1a1187d588..79cb582a04332cccac9e5bf11aa78a6c9e96004c 100644
|
| --- a/ash/shell/context_menu.h
|
| +++ b/ash/shell/context_menu.h
|
| @@ -26,7 +26,7 @@ class ContextMenu : 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:
|
|
|