| Index: third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| index 3a2e2fdd9778af8ee2c9b4c35dc7869ba788e44f..0093c10d237a0b68a179abbd2ed9c2fb6f49f5e5 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "core/html/parser/XSSAuditor.h"
|
|
|
| +#include <memory>
|
| #include "core/HTMLNames.h"
|
| #include "core/SVGNames.h"
|
| #include "core/XLinkNames.h"
|
| @@ -43,9 +44,8 @@
|
| #include "core/loader/MixedContentChecker.h"
|
| #include "platform/network/EncodedFormData.h"
|
| #include "platform/text/DecodeEscapeSequences.h"
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace {
|
|
|
|
|