Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
index 5c1cf1278dcb3af881b259f9c0a2fde8f115d0d8..30ae088a2b7144b73b3ef5ab137456a547bb982b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
@@ -24,6 +24,7 @@ |
#ifndef HTMLLinkElement_h |
#define HTMLLinkElement_h |
+#include <memory> |
#include "bindings/core/v8/TraceWrapperMember.h" |
#include "core/CoreExport.h" |
#include "core/dom/DOMTokenList.h" |
@@ -36,7 +37,6 @@ |
#include "core/loader/LinkLoader.h" |
#include "core/loader/LinkLoaderClient.h" |
#include "platform/WebTaskRunner.h" |
-#include <memory> |
namespace blink { |