#ifndef COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_NET_PARSED_CERTIFICATE_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_NET_PARSED_CERTIFICATE_H_
#include "third_party/boringssl/src/pki/parsed_certificate.h"
#include "third_party/openscreen/src/cast/common/public/parsed_certificate.h"
namespace cast_certificate {
bssl::ParseCertificateOptions GetCertParsingOptions();
class NetParsedCertificate final : public openscreen::cast::ParsedCertificate { … };
}
#endif