| Index: Source/modules/push_messaging/PushError.h
|
| diff --git a/Source/modules/push_messaging/PushError.h b/Source/modules/push_messaging/PushError.h
|
| index 34ac529aa1272b650f68aed1fced2712e66b7742..0b82986ebb8539f76d5801d91baadc7091c01e2f 100644
|
| --- a/Source/modules/push_messaging/PushError.h
|
| +++ b/Source/modules/push_messaging/PushError.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef PushError_h
|
| #define PushError_h
|
|
|
| +#include "core/dom/DOMException.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/modules/push_messaging/WebPushError.h"
|
|
|
| namespace blink {
|
|
|
| -class DOMException;
|
| class ScriptPromiseResolver;
|
|
|
| class PushError {
|
|
|