#ifndef CONTENT_BROWSER_DEVTOOLS_SHARED_WORKER_DEVTOOLS_AGENT_HOST_H_
#define CONTENT_BROWSER_DEVTOOLS_SHARED_WORKER_DEVTOOLS_AGENT_HOST_H_
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "base/unguessable_token.h"
#include "content/browser/devtools/devtools_agent_host_impl.h"
#include "content/public/browser/shared_worker_instance.h"
namespace blink {
class StorageKey;
}
namespace content {
class SharedWorkerHost;
class SharedWorkerDevToolsAgentHost : public DevToolsAgentHostImpl { … };
}
#endif