| Index: third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
|
| diff --git a/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h b/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
|
| index 328eb4a2029e3c54bfca1d24bd4d80c1a0c467b0..21d91c35a8cba1cc58c86688a129d8cbf0a98e27 100644
|
| --- a/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
|
| +++ b/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef XMLParserInput_h
|
| #define XMLParserInput_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|