// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_DEVTOOLS_DEDICATED_WORKER_DEVTOOLS_AGENT_HOST_H_ #define CONTENT_BROWSER_DEVTOOLS_DEDICATED_WORKER_DEVTOOLS_AGENT_HOST_H_ #include "content/browser/devtools/worker_or_worklet_devtools_agent_host.h" #include "services/network/public/mojom/url_loader_factory.mojom-forward.h" namespace content { namespace protocol { class TargetAutoAttacher; } // namespace protocol class DedicatedWorkerHost; class DedicatedWorkerDevToolsAgentHost final : public WorkerOrWorkletDevToolsAgentHost { … }; } // namespace content #endif // CONTENT_BROWSER_DEVTOOLS_DEDICATED_WORKER_DEVTOOLS_AGENT_HOST_H_