| Index: ash/common/shelf/shelf_alignment_menu.cc
|
| diff --git a/ash/common/shelf/shelf_alignment_menu.cc b/ash/common/shelf/shelf_alignment_menu.cc
|
| index bf5f052f4b524639890cced3b25a0b8293667299..574317a7e5f5597c6f13ea98d45076093b76eca0 100644
|
| --- a/ash/common/shelf/shelf_alignment_menu.cc
|
| +++ b/ash/common/shelf/shelf_alignment_menu.cc
|
| @@ -47,7 +47,7 @@ bool ShelfAlignmentMenu::IsCommandIdEnabled(int command_id) const {
|
|
|
| bool ShelfAlignmentMenu::GetAcceleratorForCommandId(
|
| int command_id,
|
| - ui::Accelerator* accelerator) {
|
| + ui::Accelerator* accelerator) const {
|
| return false;
|
| }
|
|
|
|
|