Index: Source/modules/serviceworkers/RespondWithObserver.h |
diff --git a/Source/modules/serviceworkers/RespondWithObserver.h b/Source/modules/serviceworkers/RespondWithObserver.h |
index 5265f7a4d27edec1baeee502b2a7d31890c6c00d..8383345d5e5fcabba1ef641c5c47cfb50100e222 100644 |
--- a/Source/modules/serviceworkers/RespondWithObserver.h |
+++ b/Source/modules/serviceworkers/RespondWithObserver.h |
@@ -6,16 +6,12 @@ |
#define RespondWithObserver_h |
#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; |