| Index: chrome/common/extensions/manifest_handlers/shared_module_info.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/shared_module_info.cc b/chrome/common/extensions/manifest_handlers/shared_module_info.cc
|
| index 6bd8b03bbe17152c6ba363e66fc6db2938ffef58..1bf8839580ee903436fef4bcd52567c91db81580 100644
|
| --- a/chrome/common/extensions/manifest_handlers/shared_module_info.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/shared_module_info.cc
|
| @@ -10,17 +10,17 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/version.h"
|
| -#include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "chrome/common/extensions/permissions/permission_set.h"
|
| #include "extensions/common/constants.h"
|
| #include "extensions/common/error_utils.h"
|
| -
|
| -namespace keys = extensions::manifest_keys;
|
| -namespace values = extension_manifest_values;
|
| -namespace errors = extension_manifest_errors;
|
| +#include "extensions/common/manifest_constants.h"
|
|
|
| namespace extensions {
|
|
|
| +namespace keys = manifest_keys;
|
| +namespace values = manifest_values;
|
| +namespace errors = manifest_errors;
|
| +
|
| namespace {
|
|
|
| const char kSharedModule[] = "shared_module";
|
|
|