| Index: chrome/test/base/menu_model_test.h
|
| diff --git a/chrome/test/base/menu_model_test.h b/chrome/test/base/menu_model_test.h
|
| index 8133485736c2a8e4b2f135c51dbfb6beed1ed7b4..f321f4684acda7a3c21b50eb7a6f8a9a844a2926 100644
|
| --- a/chrome/test/base/menu_model_test.h
|
| +++ b/chrome/test/base/menu_model_test.h
|
| @@ -25,8 +25,9 @@ class MenuModelTest {
|
|
|
| bool IsCommandIdChecked(int command_id) const override;
|
| bool IsCommandIdEnabled(int command_id) const override;
|
| - bool GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) override;
|
| + bool GetAcceleratorForCommandId(
|
| + int command_id,
|
| + ui::Accelerator* accelerator) const override;
|
| void ExecuteCommand(int command_id, int event_flags) override;
|
|
|
| int execute_count_;
|
|
|