Index: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h |
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h |
index ae94206cbdfca2d06218edfa01ae0fc32e5bebfb..f427f3e84779bd6ed4b3fa7f5395cccf16014ff8 100644 |
--- a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.h |
@@ -31,12 +31,12 @@ |
#ifndef SharedWorkerGlobalScope_h |
#define SharedWorkerGlobalScope_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/frame/csp/ContentSecurityPolicy.h" |
#include "core/workers/WorkerGlobalScope.h" |
#include "core/workers/WorkerThreadStartupData.h" |
#include "platform/heap/Handle.h" |
-#include <memory> |
namespace blink { |