#ifndef CHROME_COMMON_MEDIA_WEBRTC_LOGGING_MOJOM_PARAMS_DATA_H_
#define CHROME_COMMON_MEDIA_WEBRTC_LOGGING_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace chrome::mojom {
namespace internal {
class WebRtcLoggingClient_OnAddMessages_Params_Data { … };
static_assert …;
class WebRtcLoggingClient_OnStopped_Params_Data { … };
static_assert …;
class WebRtcLoggingAgent_Start_Params_Data { … };
static_assert …;
class WebRtcLoggingAgent_Stop_Params_Data { … };
static_assert …;
}
class WebRtcLoggingClient_OnAddMessages_ParamsDataView { … };
class WebRtcLoggingClient_OnStopped_ParamsDataView { … };
class WebRtcLoggingAgent_Start_ParamsDataView { … };
class WebRtcLoggingAgent_Stop_ParamsDataView { … };
inline void WebRtcLoggingClient_OnAddMessages_ParamsDataView::GetMessagesDataView(
mojo::ArrayDataView<WebRtcLoggingMessageDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif