Index: third_party/WebKit/Source/platform/weborigin/KURL.h |
diff --git a/third_party/WebKit/Source/platform/weborigin/KURL.h b/third_party/WebKit/Source/platform/weborigin/KURL.h |
index d0e3092f0b10cf860afc044a5a04c1ed7df9a7d4..3737426b3879ac65a67b27011a61160cf3d85e43 100644 |
--- a/third_party/WebKit/Source/platform/weborigin/KURL.h |
+++ b/third_party/WebKit/Source/platform/weborigin/KURL.h |
@@ -27,6 +27,7 @@ |
#ifndef KURL_h |
#define KURL_h |
+#include <memory> |
#include "platform/PlatformExport.h" |
#include "url/third_party/mozilla/url_parse.h" |
#include "url/url_canon.h" |
@@ -34,7 +35,6 @@ |
#include "wtf/Forward.h" |
#include "wtf/HashTableDeletedValueType.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace WTF { |
class TextEncoding; |