| Index: chrome/common/extensions/command.h
|
| diff --git a/chrome/common/extensions/command.h b/chrome/common/extensions/command.h
|
| index 601c7ab5789228aa8de6510283af368beb40f676..63edc01cc54e8de85a49e89937ad98ad5d700c81 100644
|
| --- a/chrome/common/extensions/command.h
|
| +++ b/chrome/common/extensions/command.h
|
| @@ -61,7 +61,7 @@ class Command {
|
| bool global() const { return global_; }
|
|
|
| // Setter:
|
| - void set_accelerator(ui::Accelerator accelerator) {
|
| + void set_accelerator(const ui::Accelerator& accelerator) {
|
| accelerator_ = accelerator;
|
| }
|
| void set_global(bool global) {
|
|
|