Index: third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp |
index 5682367514db1b8ec12669bb9a63b787f584448c..cc712ca53705ad9ebaa25ccf0ea4b69c06394a04 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp |
@@ -25,10 +25,10 @@ |
#include "platform/graphics/ImageDecodingStore.h" |
+#include <memory> |
#include "platform/graphics/ImageFrameGenerator.h" |
#include "platform/graphics/test/MockImageDecoder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |