| Index: third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h b/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h
 | 
| index edc2d0c3896b4249918939c45c9d3d75f91c38e5..2324d2d542d547bd09024f7263563e17674cb24a 100644
 | 
| --- a/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h
 | 
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.h
 | 
| @@ -26,13 +26,13 @@
 | 
|  #ifndef HTMLMetaCharsetParser_h
 | 
|  #define HTMLMetaCharsetParser_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/html/parser/HTMLToken.h"
 | 
|  #include "platform/text/SegmentedString.h"
 | 
|  #include "wtf/Noncopyable.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
|  #include "wtf/text/TextCodec.h"
 | 
|  #include "wtf/text/TextEncoding.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |