Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
index b0525083e3da6af39fa673441b49cb8a2ee1c761..f797142e18c6650f44107b7eebb174d49afdd8b0 100644 |
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
@@ -4,6 +4,7 @@ |
#include "platform/graphics/DeferredImageDecoder.h" |
+#include <memory> |
#include "platform/SharedBuffer.h" |
#include "platform/image-decoders/ImageDecoderTestHelpers.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -11,7 +12,6 @@ |
#include "third_party/skia/include/core/SkImage.h" |
#include "third_party/skia/include/core/SkSurface.h" |
#include "wtf/RefPtr.h" |
-#include <memory> |
namespace blink { |