| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| index 5d5a591fbd2cc766bbaf6b4b1f9a7b56c2142aca..758b63f11e507e067b9d666dd1526afd5545b24b 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
|
| @@ -11,10 +11,10 @@
|
| #include "platform/graphics/paint/PaintCanvas.h"
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/utils/SkNullCanvas.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
| class SVGImageTest : public ::testing::Test {
|
|
|