| 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 5d676362e4f4a395186eb0bcd6f65fa0ab089c88..edc067ee0c0fc84e96240958d38a045df5a6c02e 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 {
|
|
|