Index: third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp |
index f19394841237252a6b4c84fd86215a0ea2e9f4d4..553cf792f2d7a8381f9441d4705f824e81f12af7 100644 |
--- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp |
+++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp |
@@ -17,6 +17,7 @@ |
// using the image corpii used to assess Blink image decode performance. Refer |
// to http://crbug.com/398235#c103 and http://crbug.com/258324#c5 |
+#include <memory> |
#include "base/command_line.h" |
#include "platform/SharedBuffer.h" |
#include "platform/image-decoders/ImageDecoder.h" |
@@ -24,7 +25,6 @@ |
#include "ui/gfx/test/icc_profiles.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
#if defined(_WIN32) |
#include <mmsystem.h> |