Index: third_party/WebKit/Source/core/testing/NullExecutionContext.h |
diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.h b/third_party/WebKit/Source/core/testing/NullExecutionContext.h |
index c78bd05f2a83562e27c404d092141790071e387e..21100666c23cc218ee676a3df9f7c054ca21542a 100644 |
--- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h |
+++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h |
@@ -5,6 +5,7 @@ |
#ifndef NullExecutionContext_h |
#define NullExecutionContext_h |
+#include <memory> |
#include "bindings/core/v8/SourceLocation.h" |
#include "core/dom/ExecutionContext.h" |
#include "core/dom/SecurityContext.h" |
@@ -12,7 +13,6 @@ |
#include "core/inspector/ConsoleMessage.h" |
#include "platform/heap/Handle.h" |
#include "platform/weborigin/KURL.h" |
-#include <memory> |
namespace blink { |