| Index: Source/modules/background_sync/SyncError.h
|
| diff --git a/Source/modules/background_sync/SyncError.h b/Source/modules/background_sync/SyncError.h
|
| index 4acee96210ab6d13991dd325cccd679442cc8299..e21b3e78f80aeae11bc154b65839c646e0b2ba4d 100644
|
| --- a/Source/modules/background_sync/SyncError.h
|
| +++ b/Source/modules/background_sync/SyncError.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef SyncError_h
|
| #define SyncError_h
|
|
|
| +#include "core/dom/DOMException.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/modules/background_sync/WebSyncError.h"
|
|
|
| namespace blink {
|
|
|
| -class DOMException;
|
| class ScriptPromiseResolver;
|
|
|
| class SyncError {
|
|
|