#ifndef CHROME_BROWSER_UI_WEBUI_HATS_HATS_MOJOM_PARAMS_DATA_H_
#define CHROME_BROWSER_UI_WEBUI_HATS_HATS_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 hats::mojom {
namespace internal {
class PageHandlerFactory_CreatePageHandler_Params_Data { … };
static_assert …;
class PageHandler_OnSurveyLoaded_Params_Data { … };
static_assert …;
class PageHandler_OnSurveyCompleted_Params_Data { … };
static_assert …;
class PageHandler_OnSurveyClosed_Params_Data { … };
static_assert …;
class Page_RequestSurvey_Params_Data { … };
static_assert …;
}
class PageHandlerFactory_CreatePageHandler_ParamsDataView { … };
class PageHandler_OnSurveyLoaded_ParamsDataView { … };
class PageHandler_OnSurveyCompleted_ParamsDataView { … };
class PageHandler_OnSurveyClosed_ParamsDataView { … };
class Page_RequestSurvey_ParamsDataView { … };
inline void Page_RequestSurvey_ParamsDataView::GetApiKeyDataView(
mojo::StringDataView* output) { … }
inline void Page_RequestSurvey_ParamsDataView::GetTriggerIdDataView(
mojo::StringDataView* output) { … }
inline void Page_RequestSurvey_ParamsDataView::GetLanguageListDataView(
mojo::ArrayDataView<mojo::StringDataView>* output) { … }
inline void Page_RequestSurvey_ParamsDataView::GetProductSpecificDataJsonDataView(
mojo::StringDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif