Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp |
diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp |
index aa29a5f5d9f0af0cf6133eba5bc4228a4f70234a..70fb96cac16ed8e8ea38ccfe703810b427dd888b 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp |
@@ -25,6 +25,7 @@ |
#include "core/editing/commands/CompositeEditCommand.h" |
+#include <algorithm> |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/HTMLNames.h" |
#include "core/dom/Document.h" |
@@ -73,7 +74,6 @@ |
#include "core/layout/LayoutListItem.h" |
#include "core/layout/LayoutText.h" |
#include "core/layout/line/InlineTextBox.h" |
-#include <algorithm> |
namespace blink { |