| Index: chrome/common/extensions/manifest_tests/extension_manifests_experimental_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_experimental_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_experimental_unittest.cc
|
| index ac672f20471ea229ad800bb666ddd2a20448bcce..368bb5d8395b0da0725116124f206df310cc7070 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_experimental_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_experimental_unittest.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/command_line.h"
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "extensions/common/manifest.h"
|
| +#include "extensions/common/manifest_constants.h"
|
| #include "extensions/common/switches.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace errors = extension_manifest_errors;
|
| +namespace errors = extensions::manifest_errors;
|
|
|
| TEST_F(ExtensionManifestTest, ExperimentalPermission) {
|
| LoadAndExpectError("experimental.json", errors::kExperimentalFlagRequired);
|
|
|