Index: third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h |
index fadf40f878dda3658e4242618a976ea09cee49c5..b301fbe9421f665ab5cdb7547e82e8ecc468c63b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.h |
@@ -26,6 +26,7 @@ |
#ifndef ImageDecodingStore_h |
#define ImageDecodingStore_h |
+#include <memory> |
#include "SkSize.h" |
#include "SkTypes.h" |
#include "platform/PlatformExport.h" |
@@ -36,7 +37,6 @@ |
#include "wtf/PtrUtil.h" |
#include "wtf/ThreadingPrimitives.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |