| Index: third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| diff --git a/third_party/WebKit/Source/core/xml/parser/XMLErrors.h b/third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| index 9fb6813b1240f7a2fb96d553028700cd8e1724d9..669282a1b7e9f9dc33e7448aa3bea9bfb3ad4d86 100644
|
| --- a/third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| +++ b/third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| @@ -30,8 +30,8 @@
|
| #define XMLErrors_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/TextPosition.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
|
|
|
|