| Index: third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h b/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h
|
| index b73f803937c6d76cc9f040bf84c057bec9b4e4b8..a2a5fe572cb3434cc900dcd461d3fdd92d532319 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.h
|
| @@ -28,8 +28,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/QualifiedName.h"
|
| #include "platform/Decimal.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace WTF {
|
| class TextEncoding;
|
|
|