Index: third_party/WebKit/Source/core/style/GridArea.h |
diff --git a/third_party/WebKit/Source/core/style/GridArea.h b/third_party/WebKit/Source/core/style/GridArea.h |
index daa3a00ca86eda0b345b0c2181d0e122c2be4f16..54281a1dd7ec28d4db03d44ba7ebce1a61252f91 100644 |
--- a/third_party/WebKit/Source/core/style/GridArea.h |
+++ b/third_party/WebKit/Source/core/style/GridArea.h |
@@ -31,12 +31,12 @@ |
#ifndef GridArea_h |
#define GridArea_h |
+#include <algorithm> |
#include "core/style/GridPositionsResolver.h" |
#include "wtf/Allocator.h" |
#include "wtf/HashMap.h" |
#include "wtf/MathExtras.h" |
#include "wtf/text/WTFString.h" |
-#include <algorithm> |
namespace blink { |