Index: third_party/WebKit/Source/core/dom/Element.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp |
index 8e073759aa47850e3b1d3b95e5e5afa1f02ab70e..8fe73cfad61daa029efda25c06a7d829e18af9cc 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.cpp |
+++ b/third_party/WebKit/Source/core/dom/Element.cpp |
@@ -26,6 +26,7 @@ |
#include "core/dom/Element.h" |
+#include <memory> |
#include "bindings/core/v8/DOMDataStore.h" |
#include "bindings/core/v8/Dictionary.h" |
#include "bindings/core/v8/ExceptionMessages.h" |
@@ -146,7 +147,6 @@ |
#include "wtf/text/CString.h" |
#include "wtf/text/StringBuilder.h" |
#include "wtf/text/TextPosition.h" |
-#include <memory> |
namespace blink { |