Index: third_party/WebKit/Source/core/dom/MessagePort.h |
diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h |
index 1668f745745730b02389c0160f3bc59ee05e82bc..7485c92da139121fa9c3c2dde746a3a14a07eb41 100644 |
--- a/third_party/WebKit/Source/core/dom/MessagePort.h |
+++ b/third_party/WebKit/Source/core/dom/MessagePort.h |
@@ -27,6 +27,7 @@ |
#ifndef MessagePort_h |
#define MessagePort_h |
+#include <memory> |
#include "bindings/core/v8/ActiveScriptWrappable.h" |
#include "bindings/core/v8/SerializedScriptValue.h" |
#include "core/CoreExport.h" |
@@ -38,7 +39,6 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |