Index: third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
index e24fe3d798088d0a2693ade5d0092da0ee746814..8168838c86ac4dfe12a4bb164d9337db46eee48d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
@@ -5,10 +5,10 @@ |
#ifndef LayoutAnalyzer_h |
#define LayoutAnalyzer_h |
+#include <memory> |
#include "platform/LayoutUnit.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
namespace blink { |