| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
|
| index 40979e303a5782ba29cfdb901b6124e1204dff59..9412556cc509568f3759fce5c38123772067eb28 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "platform/wtf/text/TextCodecLatin1.h"
|
|
|
| +#include <memory>
|
| #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 <memory>
|
|
|
| TEST(TextCodecLatin1Test, QuestionMarksAndSurrogates) {
|
| WTF::TextEncoding encoding("windows-1252");
|
|
|