#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_UMA_UTIL_H_
#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_UMA_UTIL_H_
#include "components/content_settings/core/browser/host_content_settings_map.h"
namespace content_settings_uma_util {
int ContentSettingTypeToHistogramValue(ContentSettingsType content_setting);
void RecordContentSettingsHistogram(const std::string& name,
ContentSettingsType content_setting);
void RecordActiveExpiryEvent(content_settings::ProviderType provider_type,
ContentSettingsType content_setting_type);
}
#endif