Index: Source/core/html/parser/XSSAuditor.cpp |
diff --git a/Source/core/html/parser/XSSAuditor.cpp b/Source/core/html/parser/XSSAuditor.cpp |
index 08a05a9c823b322008dc4f83ac1e289c3b400c6f..7adae45adddac45258c9ca04b8bbbca3c74e71ae 100644 |
--- a/Source/core/html/parser/XSSAuditor.cpp |
+++ b/Source/core/html/parser/XSSAuditor.cpp |
@@ -31,8 +31,8 @@ |
#include "SVGNames.h" |
#include "XLinkNames.h" |
#include "core/dom/Document.h" |
-#include "core/frame/ContentSecurityPolicy.h" |
#include "core/frame/LocalFrame.h" |
+#include "core/frame/csp/ContentSecurityPolicy.h" |
#include "core/html/HTMLParamElement.h" |
#include "core/html/parser/HTMLDocumentParser.h" |
#include "core/html/parser/HTMLParserIdioms.h" |