| Index: chrome/common/extensions/command.h
|
| diff --git a/chrome/common/extensions/command.h b/chrome/common/extensions/command.h
|
| index ee81e1191b7949e9e4f57303710d7141c500de6f..8edcfdfc4df4f14f7389c38aac32528ee933245d 100644
|
| --- a/chrome/common/extensions/command.h
|
| +++ b/chrome/common/extensions/command.h
|
| @@ -37,7 +37,7 @@ class Command {
|
| static ui::Accelerator StringToAccelerator(const std::string& accelerator);
|
|
|
| // Parse the command.
|
| - bool Parse(base::DictionaryValue* command,
|
| + bool Parse(const base::DictionaryValue* command,
|
| const std::string& command_name,
|
| int index,
|
| string16* error);
|
|
|