| Index: chrome/browser/extensions/api/commands/command_service.cc
|
| diff --git a/chrome/browser/extensions/api/commands/command_service.cc b/chrome/browser/extensions/api/commands/command_service.cc
|
| index 8b9124fdb70cd7c2409461fdeb1420a73e5a4dee..99290a7d2064e86eb9a6c27c18301bfe1a98c5e4 100644
|
| --- a/chrome/browser/extensions/api/commands/command_service.cc
|
| +++ b/chrome/browser/extensions/api/commands/command_service.cc
|
| @@ -170,7 +170,7 @@ ui::Accelerator CommandService::FindShortcutForCommand(
|
| profile_->GetPrefs()->GetDictionary(prefs::kExtensionKeybindings);
|
| for (DictionaryValue::key_iterator it = bindings->begin_keys();
|
| it != bindings->end_keys(); ++it) {
|
| - DictionaryValue* item = NULL;
|
| + const DictionaryValue* item = NULL;
|
| bindings->GetDictionary(*it, &item);
|
|
|
| std::string extension;
|
|
|