| Index: sky/engine/core/html/parser/HTMLParserIdioms.h
|
| diff --git a/sky/engine/core/html/parser/HTMLParserIdioms.h b/sky/engine/core/html/parser/HTMLParserIdioms.h
|
| index 4b80f7f34a0e93912eb60ea441f5ce279e26960b..74859528fd5323f9ed08413e0dffc2ef2415df17 100644
|
| --- a/sky/engine/core/html/parser/HTMLParserIdioms.h
|
| +++ b/sky/engine/core/html/parser/HTMLParserIdioms.h
|
| @@ -25,10 +25,10 @@
|
| #ifndef HTMLParserIdioms_h
|
| #define HTMLParserIdioms_h
|
|
|
| -#include "core/dom/QualifiedName.h"
|
| -#include "platform/Decimal.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/core/dom/QualifiedName.h"
|
| +#include "sky/engine/platform/Decimal.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace WTF {
|
| class TextEncoding;
|
|
|