| Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
 | 
| diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
 | 
| index de91c1ac390cae04e0c1ac670a130b5f7eca64b9..fab6d8b2039828d3c9ad928e45d0a3926c1c2c39 100644
 | 
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
 | 
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
 | 
| @@ -40,12 +40,12 @@
 | 
|  
 | 
|  // Define ourselves as the clientPtr.  Mozilla just hacked their C++ callback
 | 
|  // class into this old C decoder, so we will too.
 | 
| +#include <memory>
 | 
|  #include "platform/image-decoders/FastSharedBufferReader.h"
 | 
|  #include "platform/image-decoders/gif/GIFImageDecoder.h"
 | 
|  #include "wtf/Allocator.h"
 | 
|  #include "wtf/Noncopyable.h"
 | 
|  #include "wtf/Vector.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  #define MAX_DICTIONARY_ENTRY_BITS 12
 | 
|  #define MAX_DICTIONARY_ENTRIES 4096  // 2^MAX_DICTIONARY_ENTRY_BITS
 | 
| 
 |