Index: Source/modules/serviceworkers/ServiceWorkerClients.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h |
index de4961978742608d9d8195926c731a2b15051665..819800993292b22a66135255a8801b2340bfff1d 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClients.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.h |
@@ -12,10 +12,10 @@ |
namespace blink { |
-class Client; |
class ExecutionContext; |
-class ScriptState; |
class ScriptPromise; |
+class ScriptState; |
+class ServiceWorkerClient; |
class ServiceWorkerClients FINAL : public RefCountedWillBeGarbageCollected<ServiceWorkerClients>, public ScriptWrappable { |
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ServiceWorkerClients); |