| Index: base/metrics/histogram.h
|
| diff --git a/base/metrics/histogram.h b/base/metrics/histogram.h
|
| index 15e0ec2e3ccc56b07476f47107302c25959bb772..8840493af098437104ed0ba8693e72e860360ab9 100644
|
| --- a/base/metrics/histogram.h
|
| +++ b/base/metrics/histogram.h
|
| @@ -176,6 +176,7 @@ class BASE_EXPORT Histogram : public HistogramBase {
|
| size_t* bucket_count);
|
|
|
| // HistogramBase implementation:
|
| + uint64_t name_hash() const override;
|
| HistogramType GetHistogramType() const override;
|
| bool HasConstructionArguments(Sample expected_minimum,
|
| Sample expected_maximum,
|
|
|