#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_DEDICATED_WORKER_TEST_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_WORKERS_DEDICATED_WORKER_TEST_H_
#include "third_party/blink/renderer/core/messaging/blink_transferable_message.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/core/workers/global_scope_creation_params.h"
#include "third_party/blink/renderer/platform/heap/persistent.h"
namespace blink {
class DedicatedWorker;
class DedicatedWorkerThreadForTest;
class DedicatedWorkerMessagingProxyForTest;
class DedicatedWorkerTest : public PageTestBase { … };
}
#endif