#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_ACCESSIBILITY_HISTOGRAM_MACROS_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_ACCESSIBILITY_HISTOGRAM_MACROS_H_
namespace blink {
#define UMA_HISTOGRAM_CUSTOM_EXACT_LINEAR(name, sample, min, max, buckets) …
#define STATIC_HISTOGRAM_POINTER_BLOCK(constant_histogram_name, \
histogram_add_method_invocation, \
histogram_factory_get_invocation) …
#define HISTOGRAM_POINTER_USE( \
atomic_histogram_pointer, constant_histogram_name, \
histogram_add_method_invocation, histogram_factory_get_invocation) …
}
#endif