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 88413ba71545dc320724af1f34b2bfdb71eb6092..01eeadfb7042bfa38a03e8257892d97c5bca4246 100644 |
--- a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp |
+++ b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/layout/ImageQualityController.h" |
+#include <memory> |
#include "core/layout/LayoutImage.h" |
#include "core/layout/LayoutTestHelper.h" |
#include "platform/graphics/GraphicsContext.h" |
@@ -11,7 +12,6 @@ |
#include "platform/scheduler/test/fake_web_task_runner.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |