| Index: third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp b/third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| index 0608427379d93e3610ce3e4ea2e725971c5e6588..f2e0b9755f0aa98376c1f69e5dae767314e0ea87 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "wtf/text/TextCodecReplacement.h"
|
|
|
| +#include <memory>
|
| #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 {
|
|
|
|
|