#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_ENUMS_MOJOM_BLINK_FORWARD_H_
#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_ENUMS_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
namespace content_settings::mojom {
enum class TpcdMetadataRuleSource : int32_t;
enum class TpcdMetadataCohort : int32_t;
enum class SessionModel : int32_t;
enum class ProviderType : int32_t;
}
namespace content_settings::mojom::blink {
TpcdMetadataRuleSource;
TpcdMetadataCohort;
SessionModel;
ProviderType;
}
#endif