| 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..8077222d1390c7f67fcb5a9f54171b630530b283 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"
|
| @@ -13,9 +14,8 @@
|
| #include "platform/graphics/paint/PaintRecord.h"
|
| #include "platform/graphics/paint/PaintRecorder.h"
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|