| Index: chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
|
| diff --git a/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc b/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
|
| index 1f5be34062cb492bb2c299b85e8764ecd59b73db..997ff6dc780ca097d3e3ef691935edbb633a8218 100644
|
| --- a/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
|
| +++ b/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #include "base/test/values_test_util.h"
|
| #include "chrome/common/extensions/api/identity/oauth2_manifest_handler.h"
|
| -#include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
|
| +#include "extensions/common/manifest_constants.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace keys = extensions::manifest_keys;
|
| -namespace errors = extension_manifest_errors;
|
| +namespace extensions {
|
| +
|
| +namespace keys = manifest_keys;
|
| +namespace errors = manifest_errors;
|
|
|
| namespace {
|
|
|
| @@ -23,8 +25,6 @@ const char kAutoApproveNotAllowedWarning[] =
|
|
|
| } // namespace
|
|
|
| -namespace extensions {
|
| -
|
| class OAuth2ManifestTest : public ExtensionManifestTest {
|
| protected:
|
| enum AutoApproveValue {
|
|
|