| Index: third_party/WebKit/Source/core/paint/PaintInfoTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInfoTest.cpp b/third_party/WebKit/Source/core/paint/PaintInfoTest.cpp
|
| index de4855e59f9444661e8c4aa1926298136c04bb42..cd327add4d67e21724cf1ed7556951560094398e 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInfoTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInfoTest.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "core/paint/PaintInfo.h"
|
|
|
| +#include <memory>
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|