| Index: third_party/WebKit/Source/wtf/text/TextCodecLatin1Test.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp b/third_party/WebKit/Source/wtf/text/TextCodecLatin1Test.cpp
|
| similarity index 84%
|
| rename from third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
|
| rename to third_party/WebKit/Source/wtf/text/TextCodecLatin1Test.cpp
|
| index a68d389226dda67536cf628ec5d546d09e95f23c..71fb8d15b481e7334abd122a90d1dfbb237591df 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecLatin1Test.cpp
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/wtf/text/TextCodecLatin1.h"
|
| +#include "wtf/text/TextCodecLatin1.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 "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 <memory>
|
|
|
| TEST(TextCodecLatin1Test, QuestionMarksAndSurrogates) {
|
|
|