| Index: sky/engine/core/html/parser/CompactHTMLToken.h
|
| diff --git a/sky/engine/core/html/parser/CompactHTMLToken.h b/sky/engine/core/html/parser/CompactHTMLToken.h
|
| index e7b8e67d6e269626fd6844c9af09efab164e9e5b..d5db5e1c99013490108922316bc4353d6264c47c 100644
|
| --- a/sky/engine/core/html/parser/CompactHTMLToken.h
|
| +++ b/sky/engine/core/html/parser/CompactHTMLToken.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef CompactHTMLToken_h
|
| #define CompactHTMLToken_h
|
|
|
| -#include "core/html/parser/HTMLToken.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/TextPosition.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/core/html/parser/HTMLToken.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/text/TextPosition.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|