| Index: chromecast/base/metrics/cast_histograms.h
|
| diff --git a/chromecast/base/metrics/cast_histograms.h b/chromecast/base/metrics/cast_histograms.h
|
| index 941242e6aa3426548b982f9153d48f42f8f428d8..19cb98e7cfb84c88be161adaf1d8270bf44d4217 100644
|
| --- a/chromecast/base/metrics/cast_histograms.h
|
| +++ b/chromecast/base/metrics/cast_histograms.h
|
| @@ -39,10 +39,4 @@
|
| base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
|
| boundary_value + 1, base::Histogram::kUmaTargetedHistogramFlag))
|
|
|
| -#define UMA_HISTOGRAM_ENUMERATION_COUNT_NO_CACHE(name, sample, count, \
|
| - boundary_value) \
|
| - STATIC_HISTOGRAM_POINTER_BLOCK_NO_CACHE(name, AddCount(sample, count), \
|
| - base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
|
| - boundary_value + 1, base::HistogramBase::kUmaTargetedHistogramFlag))
|
| -
|
| #endif // CHROMECAST_BASE_METRICS_CAST_HISTOGRAMS_H_
|
|
|