#ifndef COMPONENTS_MEDIA_ROUTER_COMMON_MOJOM_MEDIA_ROUTE_PROVIDER_ID_MOJOM_SHARED_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_MOJOM_MEDIA_ROUTE_PROVIDER_ID_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "components/media_router/common/mojom/media_route_provider_id.mojom-shared-internal.h"
namespace media_router::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace media_router::mojom {
enum class MediaRouteProviderId : int32_t { … };
std::ostream& operator<<(std::ostream& os, MediaRouteProviderId value);
inline bool IsKnownEnumValue(MediaRouteProviderId value) { … }
}
namespace std {
template <>
struct hash<::media_router::mojom::MediaRouteProviderId>
: public mojo::internal::EnumHashImpl<::media_router::mojom::MediaRouteProviderId> { … };
}
namespace mojo {
namespace internal {
Serializer< ::media_router::mojom::MediaRouteProviderId, MaybeConstUserType>;
}
}
namespace media_router::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::media_router::mojom::MediaRouteProviderId> { … };
}
#endif