Index: third_party/WebKit/Source/platform/exported/WebImage.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebImage.cpp b/third_party/WebKit/Source/platform/exported/WebImage.cpp |
index 5c2fe6ef7894b50e335c259bf35f619d0dcfb530..a4127fdc54c21acefc033c83359fa947e2b0d71e 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebImage.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebImage.cpp |
@@ -30,6 +30,8 @@ |
#include "public/platform/WebImage.h" |
+#include <algorithm> |
+#include <memory> |
#include "platform/SharedBuffer.h" |
#include "platform/graphics/Image.h" |
#include "platform/image-decoders/ImageDecoder.h" |
@@ -38,8 +40,6 @@ |
#include "third_party/skia/include/core/SkImage.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/Vector.h" |
-#include <algorithm> |
-#include <memory> |
namespace blink { |