| Index: sky/engine/core/html/parser/TextResourceDecoder.cpp
|
| diff --git a/sky/engine/core/html/parser/TextResourceDecoder.cpp b/sky/engine/core/html/parser/TextResourceDecoder.cpp
|
| index 631a8429a2fa070d3e5f7d2f9b773fe1a02ecbd5..46489583627874fca829af31a1ab6c326c727661 100644
|
| --- a/sky/engine/core/html/parser/TextResourceDecoder.cpp
|
| +++ b/sky/engine/core/html/parser/TextResourceDecoder.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/html/parser/TextResourceDecoder.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/parser/TextResourceDecoder.h"
|
|
|
| -#include "wtf/text/TextCodec.h"
|
| -#include "wtf/text/TextEncodingRegistry.h"
|
| +#include "sky/engine/wtf/text/TextCodec.h"
|
| +#include "sky/engine/wtf/text/TextEncodingRegistry.h"
|
|
|
| namespace blink {
|
|
|
|
|