Index: third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp |
index d0f9bef4679a3ebcd42665108bbc5beb2337f6dd..230969173cd6a28320b01fa5a8a626abbb7d308e 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp |
+++ b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp |
@@ -4,6 +4,7 @@ |
#include "platform/testing/TestPaintArtifact.h" |
+#include <memory> |
#include "cc/layers/layer.h" |
#include "platform/graphics/paint/DisplayItemClient.h" |
#include "platform/graphics/paint/DrawingDisplayItem.h" |
@@ -15,7 +16,6 @@ |
#include "platform/graphics/skia/SkiaUtils.h" |
#include "wtf/Assertions.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |