| Index: ui/app_list/app_list_menu.cc
|
| diff --git a/ui/app_list/app_list_menu.cc b/ui/app_list/app_list_menu.cc
|
| index 4f71d21a4c54f91f58ecac5c239ff1cfc02c251d..e723e865159a3d4f74802e6a5319d02c96802731 100644
|
| --- a/ui/app_list/app_list_menu.cc
|
| +++ b/ui/app_list/app_list_menu.cc
|
| @@ -73,8 +73,9 @@ bool AppListMenu::IsCommandIdEnabled(int command_id) const {
|
| return true;
|
| }
|
|
|
| -bool AppListMenu::GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) {
|
| +bool AppListMenu::GetAcceleratorForCommandId(
|
| + int command_id,
|
| + ui::Accelerator* accelerator) const {
|
| return false;
|
| }
|
|
|
|
|