chromium/content/public/test/mock_devtools_agent_host.h

// Copyright 2022 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_PUBLIC_TEST_MOCK_DEVTOOLS_AGENT_HOST_H_
#define CONTENT_PUBLIC_TEST_MOCK_DEVTOOLS_AGENT_HOST_H_

#include "content/public/browser/devtools_agent_host.h"

namespace content {

class MockDevToolsAgentHost : public content::DevToolsAgentHost {};

}  // namespace content

#endif  // CONTENT_PUBLIC_TEST_MOCK_DEVTOOLS_AGENT_HOST_H_