| Index: chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc b/chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc
|
| index bf66bd14c3a471618c594979caf6782df0743beb..78318e9076436c6e2baa5262f2aa00dbadec48a2 100644
|
| --- a/chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc
|
| @@ -14,7 +14,7 @@
|
|
|
| namespace extensions {
|
|
|
| -namespace keys = extension_manifest_keys;
|
| +namespace keys = extensions::manifest_keys;
|
| namespace errors = extension_manifest_errors;
|
|
|
| namespace {
|
|
|