Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClient.cpp |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClient.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClient.cpp |
index b69969211fe7dda1c1fc74472a569d74843044e3..830b218273e41cca60b1318268eec03284a8db64 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClient.cpp |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClient.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/serviceworkers/ServiceWorkerWindowClient.h" |
+#include <memory> |
#include "bindings/core/v8/CallbackPromiseAdapter.h" |
#include "bindings/core/v8/ScriptPromiseResolver.h" |
#include "core/dom/DOMException.h" |
@@ -16,7 +17,6 @@ |
#include "modules/serviceworkers/ServiceWorkerWindowClientCallback.h" |
#include "public/platform/WebString.h" |
#include "wtf/RefPtr.h" |
-#include <memory> |
namespace blink { |