Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
index 7b4fdaf733585d3023908794230f86783edcfede..7a33135e12b9e4dbacf0654b6a88f6486d9f7560 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -24,10 +24,10 @@ |
#ifndef LayoutBlock_h |
#define LayoutBlock_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/layout/LayoutBox.h" |
#include "wtf/ListHashSet.h" |
-#include <memory> |
namespace blink { |