#ifndef CHROME_BROWSER_UI_WEBUI_NEW_TAB_PAGE_FOO_FOO_MOJOM_PARAMS_DATA_H_
#define CHROME_BROWSER_UI_WEBUI_NEW_TAB_PAGE_FOO_FOO_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 foo::mojom {
namespace internal {
class FooHandler_GetData_Params_Data { … };
static_assert …;
class FooHandler_GetData_ResponseParams_Data { … };
static_assert …;
}
class FooHandler_GetData_ParamsDataView { … };
class FooHandler_GetData_ResponseParamsDataView { … };
inline void FooHandler_GetData_ResponseParamsDataView::GetDataDataView(
mojo::ArrayDataView<FooDataItemDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif