#ifndef content_protocol_Target_h
#define content_protocol_Target_h
#include "content/common/content_export.h"
#include "content/browser/devtools/protocol/protocol.h"
namespace content {
namespace protocol {
namespace Target {
TargetID;
SessionID;
class TargetInfo;
class FilterEntry;
class RemoteLocation;
class CONTENT_EXPORT TargetInfo : public ::crdtp::ProtocolObject<TargetInfo> { … };
class CONTENT_EXPORT FilterEntry : public ::crdtp::ProtocolObject<FilterEntry> { … };
class CONTENT_EXPORT RemoteLocation : public ::crdtp::ProtocolObject<RemoteLocation> { … };
class CONTENT_EXPORT Backend { … };
class CONTENT_EXPORT Frontend { … };
class CONTENT_EXPORT Dispatcher { … };
class CONTENT_EXPORT Metainfo { … };
}
}
}
#endif