| Index: sky/engine/wtf/text/TextCodecReplacementTest.cpp
|
| diff --git a/sky/engine/wtf/text/TextCodecReplacementTest.cpp b/sky/engine/wtf/text/TextCodecReplacementTest.cpp
|
| index 6d3d1a69c0bdc8b1fa08a4933ff2b34780c381e0..b2e14962b34bde2d374056d6eff8d9bdcc6378af 100644
|
| --- a/sky/engine/wtf/text/TextCodecReplacementTest.cpp
|
| +++ b/sky/engine/wtf/text/TextCodecReplacementTest.cpp
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "wtf/text/TextCodecReplacement.h"
|
| +#include "sky/engine/wtf/text/TextCodecReplacement.h"
|
|
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/TextCodec.h"
|
| -#include "wtf/text/TextEncoding.h"
|
| -#include "wtf/text/TextEncodingRegistry.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/TextCodec.h"
|
| +#include "sky/engine/wtf/text/TextEncoding.h"
|
| +#include "sky/engine/wtf/text/TextEncodingRegistry.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace WTF {
|
|
|
|
|