| Index: Source/modules/push_messaging/PushSubscriptionCallbacks.h
|
| diff --git a/Source/modules/push_messaging/PushSubscriptionCallbacks.h b/Source/modules/push_messaging/PushSubscriptionCallbacks.h
|
| index 75cd6d3ddf727f9ddefb006b9e6f5c5646130daf..173bffaa7931a8f4da6921fa35d8929f77a0fdb1 100644
|
| --- a/Source/modules/push_messaging/PushSubscriptionCallbacks.h
|
| +++ b/Source/modules/push_messaging/PushSubscriptionCallbacks.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebCallbacks.h"
|
| +#include "public/platform/modules/push_messaging/WebPushSubscription.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -16,7 +17,6 @@ namespace blink {
|
| class ServiceWorkerRegistration;
|
| class ScriptPromiseResolver;
|
| struct WebPushError;
|
| -struct WebPushSubscription;
|
|
|
| // PushSubscriptionCallbacks is an implementation of WebPushSubscriptionCallbacks
|
| // that will resolve the underlying promise depending on the result passed to
|
|
|