| Index: third_party/WebKit/Source/core/html/parser/XSSAuditor.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditor.h b/third_party/WebKit/Source/core/html/parser/XSSAuditor.h
|
| index 158a5f125b1fd8602ccaf4b10ab0089734565cfa..09954a7454cb83e980339b7469cd30256e4e1cc1 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/XSSAuditor.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/XSSAuditor.h
|
| @@ -26,13 +26,13 @@
|
| #ifndef XSSAuditor_h
|
| #define XSSAuditor_h
|
|
|
| +#include <memory>
|
| #include "core/html/parser/HTMLToken.h"
|
| #include "platform/network/HTTPParsers.h"
|
| #include "platform/text/SuffixTree.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/TextEncoding.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/TextEncoding.h"
|
|
|
| namespace blink {
|
|
|
|
|