| Index: sky/engine/core/html/parser/TextResourceDecoder.h
|
| diff --git a/sky/engine/core/html/parser/TextResourceDecoder.h b/sky/engine/core/html/parser/TextResourceDecoder.h
|
| index cf3952c1ec3bf1ee24998cd05010900e013a6a41..662f9b0a477c238984039171f8e38e12dedb142f 100644
|
| --- a/sky/engine/core/html/parser/TextResourceDecoder.h
|
| +++ b/sky/engine/core/html/parser/TextResourceDecoder.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef TextResourceDecoder_h
|
| #define TextResourceDecoder_h
|
|
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/TextEncoding.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/text/TextEncoding.h"
|
|
|
| namespace blink {
|
|
|
|
|