#ifndef COMPONENTS_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_MOJOM_PARAMS_DATA_H_
#define COMPONENTS_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_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 content_capture::mojom {
namespace internal {
class ContentCaptureReceiver_DidCaptureContent_Params_Data { … };
static_assert …;
class ContentCaptureReceiver_DidUpdateContent_Params_Data { … };
static_assert …;
class ContentCaptureReceiver_DidRemoveContent_Params_Data { … };
static_assert …;
class ContentCaptureSender_StartCapture_Params_Data { … };
static_assert …;
class ContentCaptureSender_StopCapture_Params_Data { … };
static_assert …;
}
class ContentCaptureReceiver_DidCaptureContent_ParamsDataView { … };
class ContentCaptureReceiver_DidUpdateContent_ParamsDataView { … };
class ContentCaptureReceiver_DidRemoveContent_ParamsDataView { … };
class ContentCaptureSender_StartCapture_ParamsDataView { … };
class ContentCaptureSender_StopCapture_ParamsDataView { … };
inline void ContentCaptureReceiver_DidCaptureContent_ParamsDataView::GetDataDataView(
::content_capture::mojom::ContentCaptureDataDataView* output) { … }
inline void ContentCaptureReceiver_DidUpdateContent_ParamsDataView::GetDataDataView(
::content_capture::mojom::ContentCaptureDataDataView* output) { … }
inline void ContentCaptureReceiver_DidRemoveContent_ParamsDataView::GetIdsDataView(
mojo::ArrayDataView<int64_t>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif