#include "components/enterprise/data_controls/core/browser/dlp_histogram_helper.h"
#include <string>
#include "base/metrics/histogram_functions.h"
namespace data_controls {
std::string GetDlpHistogramPrefix() { … }
void DlpBooleanHistogram(const std::string& suffix, bool value) { … }
void DlpCountHistogram(const std::string& suffix, int sample, int max) { … }
void DlpRestrictionConfiguredHistogram(Rule::Restriction value) { … }
void DlpCountHistogram10000(const std::string& suffix, int sample) { … }
}