| Index: sky/engine/wtf/text/TextCodecReplacement.cpp
|
| diff --git a/sky/engine/wtf/text/TextCodecReplacement.cpp b/sky/engine/wtf/text/TextCodecReplacement.cpp
|
| index c6ec52fd9ae5bf05139da09654dc5284c84e3530..8219604d1a4cfc32bc04fd82185768fad379ce38 100644
|
| --- a/sky/engine/wtf/text/TextCodecReplacement.cpp
|
| +++ b/sky/engine/wtf/text/TextCodecReplacement.cpp
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "wtf/text/TextCodecReplacement.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/text/TextCodecReplacement.h"
|
|
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include "wtf/unicode/CharacterNames.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/unicode/CharacterNames.h"
|
|
|
| namespace WTF {
|
|
|
|
|