| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.cpp
|
| index c566d22a5d81880d484633f61ed73d5f6ab399d1..b29405fa853bc954d495ec746efb4307319944c8 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.cpp
|
| @@ -25,12 +25,12 @@
|
|
|
| #include "platform/wtf/text/TextCodecLatin1.h"
|
|
|
| +#include <memory>
|
| #include "platform/wtf/PtrUtil.h"
|
| #include "platform/wtf/text/CString.h"
|
| #include "platform/wtf/text/StringBuffer.h"
|
| #include "platform/wtf/text/TextCodecASCIIFastPath.h"
|
| #include "platform/wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace WTF {
|
|
|
|
|