Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
index dac2e3f7dc0f1298819080c24d83788d1b5364aa..c474f8b1a15e3941693854a6f31054498ee16e9b 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
@@ -30,6 +30,7 @@ |
#include "core/layout/LayoutBlockFlow.h" |
+#include <memory> |
#include "core/editing/Editor.h" |
#include "core/frame/FrameView.h" |
#include "core/frame/LocalFrame.h" |
@@ -52,7 +53,6 @@ |
#include "core/paint/PaintLayer.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |