Index: third_party/WebKit/Source/core/loader/resource/ImageResource.h |
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResource.h b/third_party/WebKit/Source/core/loader/resource/ImageResource.h |
index accceb9a300b15c662f74e03652a1f8f0cc91770..7275311189313b5da6068f85cff00a10e2bff8ab 100644 |
--- a/third_party/WebKit/Source/core/loader/resource/ImageResource.h |
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResource.h |
@@ -23,6 +23,7 @@ |
#ifndef ImageResource_h |
#define ImageResource_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/loader/resource/ImageResourceContent.h" |
#include "core/loader/resource/ImageResourceInfo.h" |
@@ -30,7 +31,6 @@ |
#include "platform/Timer.h" |
#include "platform/heap/Handle.h" |
#include "platform/loader/fetch/Resource.h" |
-#include <memory> |
namespace blink { |