| Index: chrome/common/extensions/api/commands/commands_handler.cc
|
| diff --git a/chrome/common/extensions/api/commands/commands_handler.cc b/chrome/common/extensions/api/commands/commands_handler.cc
|
| index e36213ca7fa2c822a206ff0878c44f213d67b195..51320e78dbbe82bea1c7b113ad9f691a59b97820 100644
|
| --- a/chrome/common/extensions/api/commands/commands_handler.cc
|
| +++ b/chrome/common/extensions/api/commands/commands_handler.cc
|
| @@ -10,10 +10,10 @@
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "extensions/common/error_utils.h"
|
|
|
| -namespace keys = extension_manifest_keys;
|
| -
|
| namespace extensions {
|
|
|
| +namespace keys = manifest_keys;
|
| +
|
| namespace {
|
| // The maximum number of commands (including page action/browser actions) with a
|
| // keybinding an extension can have.
|
|
|