#ifndef CONTENT_WEB_TEST_BROWSER_DEVTOOLS_PROTOCOL_TEST_BINDINGS_H_
#define CONTENT_WEB_TEST_BROWSER_DEVTOOLS_PROTOCOL_TEST_BINDINGS_H_
#include <memory>
#include "build/build_config.h"
#include "content/public/browser/devtools_agent_host_client.h"
#include "content/public/browser/web_contents_observer.h"
#include "url/gurl.h"
namespace content {
class DevToolsAgentHost;
class DevToolsFrontendHost;
class DevToolsProtocolTestBindings : public WebContentsObserver,
public DevToolsAgentHostClient { … };
}
#endif