// Copyright 2014 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_FORWARDING_AGENT_HOST_H_ #define CONTENT_BROWSER_DEVTOOLS_FORWARDING_AGENT_HOST_H_ #include <memory> #include "content/browser/devtools/devtools_agent_host_impl.h" namespace content { class DevToolsExternalAgentProxyDelegate; class ForwardingAgentHost : public DevToolsAgentHostImpl { … }; } // namespace content #endif // CONTENT_BROWSER_DEVTOOLS_FORWARDING_AGENT_HOST_H_