| Index: third_party/WebKit/Source/platform/graphics/ImageSource.h
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h
 | 
| index 211388def24711cc5463b046c49c67b0f8da330e..6141e3f13a8b41adc5fb3568075d79b1f459dd20 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.h
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h
 | 
| @@ -26,6 +26,7 @@
 | 
|  #ifndef ImageSource_h
 | 
|  #define ImageSource_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "platform/PlatformExport.h"
 | 
|  #include "platform/graphics/ColorBehavior.h"
 | 
|  #include "platform/graphics/DeferredImageDecoder.h"
 | 
| @@ -33,7 +34,6 @@
 | 
|  #include "third_party/skia/include/core/SkRefCnt.h"
 | 
|  #include "wtf/Forward.h"
 | 
|  #include "wtf/Noncopyable.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  class SkImage;
 | 
|  
 | 
| 
 |