Index: Source/modules/serviceworkers/RespondWithObserver.h |
diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h |
index 5265f7a4d27edec1baeee502b2a7d31890c6c00d..7c6f32102fbab0982cc2945c7f43e0ad6b06dc78 100644 |
--- a/Source/modules/serviceworkers/RespondWithObserver.h |
+++ b/Source/modules/serviceworkers/RespondWithObserver.h |
@@ -8,14 +8,11 @@ |
#include "core/dom/ContextLifecycleObserver.h" |
#include "platform/heap/Handle.h" |
#include "public/platform/WebURLRequest.h" |
-#include "wtf/Forward.h" |
-#include "wtf/RefCounted.h" |
namespace blink { |
class ExceptionState; |
class ExecutionContext; |
-class Response; |
class ScriptState; |
class ScriptValue; |