#ifndef COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CHANNEL_CAST_AUTH_UTIL_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CHANNEL_CAST_AUTH_UTIL_H_
#include <string>
#include "base/feature_list.h"
#include "base/time/time.h"
#include "components/media_router/common/providers/cast/channel/cast_channel_enum.h"
#include "third_party/openscreen/src/cast/common/channel/proto/cast_channel.pb.h"
namespace cast_certificate {
enum class CRLPolicy;
}
namespace net {
class X509Certificate;
}
namespace bssl {
class TrustStore;
}
cast_channel
#endif