Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
index 781def3fd90671813f8e9ba29322a47178395934..469353a283e5c862982bde7bbebac35693c63df2 100644 |
--- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
@@ -4,6 +4,8 @@ |
#include "modules/notifications/ServiceWorkerRegistrationNotifications.h" |
+#include <memory> |
+#include <utility> |
#include "bindings/core/v8/CallbackPromiseAdapter.h" |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/ScriptPromiseResolver.h" |
@@ -23,8 +25,6 @@ |
#include "wtf/Assertions.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/RefPtr.h" |
-#include <memory> |
-#include <utility> |
namespace blink { |
namespace { |