Index: third_party/WebKit/Source/core/paint/TextPainterTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/TextPainterTest.cpp b/third_party/WebKit/Source/core/paint/TextPainterTest.cpp |
index 44fbf6ded978852b714e8b6300e95e993d593818..c98afa9dc7f42a983f0a68dea8e0023aa91b153d 100644 |
--- a/third_party/WebKit/Source/core/paint/TextPainterTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/TextPainterTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/paint/TextPainter.h" |
+#include <memory> |
#include "core/CSSPropertyNames.h" |
#include "core/CSSValueKeywords.h" |
#include "core/css/CSSPrimitiveValue.h" |
@@ -15,7 +16,6 @@ |
#include "core/style/ShadowList.h" |
#include "platform/graphics/paint/PaintController.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |
namespace { |