Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: extensions/common/csp_validator.h

Issue 83843002: Move ManifestHandlers to extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: s/handler/info Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/extensions/user_script_slave.cc ('k') | extensions/common/csp_validator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/renderer/extensions/user_script_slave.cc ('k') | extensions/common/csp_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698