| Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| index fdf4d09c87ef9eb23794510ef4a26527505f37c8..fd62d22f404be3a49ec0be0ca42ef980d75dd249 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ServiceWorkerRegistrationNotifications_h
|
| #define ServiceWorkerRegistrationNotifications_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/Supplementable.h"
|
| @@ -15,7 +16,6 @@
|
| #include "public/platform/modules/notifications/WebNotificationManager.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|