| Index: third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| index baf97ed49cf77ee61bcf751b1b9da7ae1e23b2fc..d504d9fce43b8db78ee88f725010feb45767bf35 100644
|
| --- a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "core/layout/ImageQualityController.h"
|
|
|
| +#include <memory>
|
| #include "core/layout/LayoutImage.h"
|
| #include "core/layout/LayoutTestHelper.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "platform/scheduler/test/fake_web_task_runner.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|