chromium/content/browser/devtools/shared_storage_worklet_devtools_agent_host.h

// Copyright 2023 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_SHARED_STORAGE_WORKLET_DEVTOOLS_AGENT_HOST_H_
#define CONTENT_BROWSER_DEVTOOLS_SHARED_STORAGE_WORKLET_DEVTOOLS_AGENT_HOST_H_

#include <string>

#include "content/browser/devtools/devtools_agent_host_impl.h"

namespace content {

class SharedStorageWorkletHost;

class CONTENT_EXPORT SharedStorageWorkletDevToolsAgentHost
    : public DevToolsAgentHostImpl {};

}  // namespace content

#endif  // CONTENT_BROWSER_DEVTOOLS_SHARED_STORAGE_WORKLET_DEVTOOLS_AGENT_HOST_H_