Index: third_party/WebKit/Source/core/loader/ImageLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/ImageLoader.h b/third_party/WebKit/Source/core/loader/ImageLoader.h |
index 2672727e826b3b6c488ed96cec3d5d4dcd34c616..ec55d71a468bf83ef59e427c02a4b051f312ed0b 100644 |
--- a/third_party/WebKit/Source/core/loader/ImageLoader.h |
+++ b/third_party/WebKit/Source/core/loader/ImageLoader.h |
@@ -23,6 +23,7 @@ |
#ifndef ImageLoader_h |
#define ImageLoader_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/loader/resource/ImageResource.h" |
#include "core/loader/resource/ImageResourceContent.h" |
@@ -31,7 +32,6 @@ |
#include "wtf/HashSet.h" |
#include "wtf/WeakPtr.h" |
#include "wtf/text/AtomicString.h" |
-#include <memory> |
namespace blink { |