| Index: Source/core/html/parser/XSSAuditor.cpp
|
| diff --git a/Source/core/html/parser/XSSAuditor.cpp b/Source/core/html/parser/XSSAuditor.cpp
|
| index 65bc34b30b7bd31b31cf1755042187b1a7b9b864..664a543f0dcd1a35230e382c14debacb918aa710 100644
|
| --- a/Source/core/html/parser/XSSAuditor.cpp
|
| +++ b/Source/core/html/parser/XSSAuditor.cpp
|
| @@ -27,9 +27,9 @@
|
| #include "config.h"
|
| #include "core/html/parser/XSSAuditor.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "SVGNames.h"
|
| -#include "XLinkNames.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/SVGNames.h"
|
| +#include "core/XLinkNames.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
|
|