| Index: chrome/common/extensions/manifest_url_handler.cc
|
| diff --git a/chrome/common/extensions/manifest_url_handler.cc b/chrome/common/extensions/manifest_url_handler.cc
|
| index e1fe5ff5d5c8f3e709611251a4311954cf4e29ab..3fe56a965034b6afcb1ddcbb0a4c35046bdfb9b0 100644
|
| --- a/chrome/common/extensions/manifest_url_handler.cc
|
| +++ b/chrome/common/extensions/manifest_url_handler.cc
|
| @@ -27,7 +27,7 @@
|
| #include "ui/keyboard/keyboard_constants.h"
|
| #endif
|
|
|
| -namespace keys = extension_manifest_keys;
|
| +namespace keys = extensions::manifest_keys;
|
| namespace errors = extension_manifest_errors;
|
|
|
| namespace extensions {
|
|
|