| Index: third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecReplacementTest.cpp b/third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| similarity index 85%
|
| rename from third_party/WebKit/Source/platform/wtf/text/TextCodecReplacementTest.cpp
|
| rename to third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| index 8a441f95e6b0f8998b56795f890e0c13ca3e2c92..0608427379d93e3610ce3e4ea2e725971c5e6588 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/TextCodecReplacementTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/wtf/text/TextCodecReplacement.h"
|
| +#include "wtf/text/TextCodecReplacement.h"
|
|
|
| -#include "platform/wtf/text/CString.h"
|
| -#include "platform/wtf/text/TextCodec.h"
|
| -#include "platform/wtf/text/TextEncoding.h"
|
| -#include "platform/wtf/text/TextEncodingRegistry.h"
|
| -#include "platform/wtf/text/WTFString.h"
|
| #include "testing/gtest/include/gtest/gtest.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 <memory>
|
|
|
| namespace WTF {
|
|
|