| Index: third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
 | 
| index c31280ce00555b4cfeaf449759e7b56d28a0fc84..f2669e794a1d877dd6e710bb7022aee36a1ad2b0 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h
 | 
| @@ -26,9 +26,9 @@
 | 
|  #ifndef DecodedDataDocumentParser_h
 | 
|  #define DecodedDataDocumentParser_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/CoreExport.h"
 | 
|  #include "core/dom/DocumentParser.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  class TextResourceDecoder;
 | 
| 
 |