| Index: third_party/WebKit/Source/modules/encoding/TextDecoder.h
|
| diff --git a/third_party/WebKit/Source/modules/encoding/TextDecoder.h b/third_party/WebKit/Source/modules/encoding/TextDecoder.h
|
| index bed598b4fc2481f0e35fb1a9a3080e501a013ba4..c70cdf95df42f5878ed349819bd2e3dbbcf0937f 100644
|
| --- a/third_party/WebKit/Source/modules/encoding/TextDecoder.h
|
| +++ b/third_party/WebKit/Source/modules/encoding/TextDecoder.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef TextDecoder_h
|
| #define TextDecoder_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ArrayBufferOrArrayBufferView.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/encoding/TextDecodeOptions.h"
|
| @@ -39,7 +40,6 @@
|
| #include "wtf/text/TextCodec.h"
|
| #include "wtf/text/TextEncoding.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|