| 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 f19ff718514535e129faf68a8f49f5e24b1c9930..adf2945fa2ebfe20e716ad4aa58c1b9465940e65 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"
|
| @@ -12,10 +13,9 @@
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/HeapAllocator.h"
|
| #include "platform/heap/Visitor.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| #include "public/platform/modules/notifications/WebNotificationManager.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|