| Index: extensions/common/csp_validator.h
|
| diff --git a/chrome/common/extensions/csp_validator.h b/extensions/common/csp_validator.h
|
| similarity index 91%
|
| rename from chrome/common/extensions/csp_validator.h
|
| rename to extensions/common/csp_validator.h
|
| index d6d4a2fe8b93cc9112734ab44585694b7ed6a9fb..e5f3d8d8e40940bf860913c9d8e44067a4370fcb 100644
|
| --- a/chrome/common/extensions/csp_validator.h
|
| +++ b/extensions/common/csp_validator.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_EXTENSIONS_CSP_VALIDATOR_H_
|
| -#define CHROME_COMMON_EXTENSIONS_CSP_VALIDATOR_H_
|
| +#ifndef EXTENSIONS_COMMON_CSP_VALIDATOR_H_
|
| +#define EXTENSIONS_COMMON_CSP_VALIDATOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -44,4 +44,4 @@ bool ContentSecurityPolicyIsSandboxed(
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_CSP_VALIDATOR_H_
|
| +#endif // EXTENSIONS_COMMON_CSP_VALIDATOR_H_
|
|
|