Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
index 1c842fbe5de04554853113710ed2a0c5592fe0e3..9f2d95d5f5a61e7225d38c095c886c1aa92a6a82 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
@@ -4,6 +4,8 @@ |
#include "modules/serviceworkers/ServiceWorkerClients.h" |
+#include <memory> |
+#include <utility> |
#include "bindings/core/v8/CallbackPromiseAdapter.h" |
#include "bindings/core/v8/ScriptPromiseResolver.h" |
#include "core/dom/DOMException.h" |
@@ -19,8 +21,6 @@ |
#include "wtf/PtrUtil.h" |
#include "wtf/RefPtr.h" |
#include "wtf/Vector.h" |
-#include <memory> |
-#include <utility> |
namespace blink { |