Index: third_party/WebKit/Source/core/html/HTMLTableColElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp b/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp |
index ff1ab7e70d04ae62560c47100627c8dd0ed203de..ffad2715f14570edd4d39eb323dfe50693759a6a 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp |
@@ -24,13 +24,13 @@ |
#include "core/html/HTMLTableColElement.h" |
+#include <algorithm> |
#include "core/CSSPropertyNames.h" |
#include "core/HTMLNames.h" |
#include "core/html/HTMLTableCellElement.h" |
#include "core/html/HTMLTableElement.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/layout/LayoutTableCol.h" |
-#include <algorithm> |
namespace blink { |