#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_SHARED_WORKER_REPORTING_PROXY_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_SHARED_WORKER_REPORTING_PROXY_H_
#include "base/task/single_thread_task_runner.h"
#include "third_party/blink/renderer/core/workers/worker_reporting_proxy.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
class WebSharedWorkerImpl;
class SharedWorkerReportingProxy final
: public GarbageCollected<SharedWorkerReportingProxy>,
public WorkerReportingProxy { … };
}
#endif