Index: third_party/WebKit/Source/core/workers/WorkerScriptLoader.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h |
index 32b656e8db739bd6e78599965c38fb4af4cc1f04..9486e01f3f9dc2c42609162c68dfca1e12eadda6 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h |
@@ -28,6 +28,7 @@ |
#ifndef WorkerScriptLoader_h |
#define WorkerScriptLoader_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/loader/ThreadableLoader.h" |
#include "core/loader/ThreadableLoaderClient.h" |
@@ -40,7 +41,6 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
#include "wtf/text/StringBuilder.h" |
-#include <memory> |
namespace blink { |