Index: third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.cpp |
diff --git a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.cpp b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.cpp |
index f74e8114b940c4f198e632705b4e6f3c58a8b760..2a908d986cc64743c0f62b290d0d55f3253acc9a 100644 |
--- a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.cpp |
+++ b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.cpp |
@@ -4,6 +4,7 @@ |
#include "core/workers/ThreadedObjectProxyBase.h" |
+#include <memory> |
#include "core/dom/ExecutionContext.h" |
#include "core/inspector/ConsoleMessage.h" |
#include "core/workers/ParentFrameTaskRunners.h" |
@@ -12,7 +13,6 @@ |
#include "platform/WebTaskRunner.h" |
#include "wtf/Functional.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |