#ifndef COMPONENTS_CONTENT_SETTINGS_COMMON_CONTENT_SETTINGS_AGENT_MOJOM_PARAMS_DATA_H_
#define COMPONENTS_CONTENT_SETTINGS_COMMON_CONTENT_SETTINGS_AGENT_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_settings::mojom {
namespace internal {
class ContentSettingsAgent_SetAllowRunningInsecureContent_Params_Data { … };
static_assert …;
class ContentSettingsAgent_SendRendererContentSettingRules_Params_Data { … };
static_assert …;
}
class ContentSettingsAgent_SetAllowRunningInsecureContent_ParamsDataView { … };
class ContentSettingsAgent_SendRendererContentSettingRules_ParamsDataView { … };
inline void ContentSettingsAgent_SendRendererContentSettingRules_ParamsDataView::GetRendererSettingsDataView(
::content_settings::mojom::RendererContentSettingRulesDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif