Index: extensions/common/manifest_handlers/csp_info.h |
diff --git a/chrome/common/extensions/csp_handler.h b/extensions/common/manifest_handlers/csp_info.h |
similarity index 90% |
rename from chrome/common/extensions/csp_handler.h |
rename to extensions/common/manifest_handlers/csp_info.h |
index 9e79f9d92ab52ed78fa90416e6d7e2c496d5dba5..858ea5b48d9c4a0b1268bef659c73d2bd4cc9422 100644 |
--- a/chrome/common/extensions/csp_handler.h |
+++ b/extensions/common/manifest_handlers/csp_info.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_HANDLER_H_ |
-#define CHROME_COMMON_EXTENSIONS_CSP_HANDLER_H_ |
+#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_CSP_INFO_H_ |
+#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_CSP_INFO_H_ |
#include <string> |
@@ -51,4 +51,4 @@ class CSPHandler : public ManifestHandler { |
} // namespace extensions |
-#endif // CHROME_COMMON_EXTENSIONS_CSP_HANDLER_H_ |
+#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_CSP_INFO_H_ |