| Index: chrome/common/extensions/command.cc
|
| diff --git a/chrome/common/extensions/command.cc b/chrome/common/extensions/command.cc
|
| index 0d529f5104b68f045e921d7814548e83cc97bb9a..fffc55ef29dcd8a33363a4d73bbf5c81206a9616 100644
|
| --- a/chrome/common/extensions/command.cc
|
| +++ b/chrome/common/extensions/command.cc
|
| @@ -16,7 +16,7 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace errors = extension_manifest_errors;
|
| -namespace keys = extension_manifest_keys;
|
| +namespace keys = extensions::manifest_keys;
|
| namespace values = extension_manifest_values;
|
|
|
| using extensions::ErrorUtils;
|
|
|