| Index: ash/shell_unittest.cc
|
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
|
| index 8d659eda7f5bcac60a0d8d0c48eeb14b0cb3a445..694cc5cb0ff8415301af961e86db45216fcc6aa6 100644
|
| --- a/ash/shell_unittest.cc
|
| +++ b/ash/shell_unittest.cc
|
| @@ -116,7 +116,7 @@ class SimpleMenuDelegate : public ui::SimpleMenuModel::Delegate {
|
| bool IsCommandIdEnabled(int command_id) const override { return true; }
|
|
|
| bool GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) override {
|
| + ui::Accelerator* accelerator) const override {
|
| return false;
|
| }
|
|
|
|
|