| Index: base/metrics/histogram_samples.cc
|
| diff --git a/base/metrics/histogram_samples.cc b/base/metrics/histogram_samples.cc
|
| index 3475cd59f71df439ebd7cd124d4614ccd588b98a..ea3b9874b34f6261c7874334dc99a8752e434e57 100644
|
| --- a/base/metrics/histogram_samples.cc
|
| +++ b/base/metrics/histogram_samples.cc
|
| @@ -147,7 +147,7 @@ void HistogramSamples::IncreaseRedundantCount(HistogramBase::Count diff) {
|
|
|
| SampleCountIterator::~SampleCountIterator() {}
|
|
|
| -bool SampleCountIterator::GetBucketIndex(size_t* index) const {
|
| +bool SampleCountIterator::GetBucketIndex(size_t* /*index*/) const {
|
| DCHECK(!Done());
|
| return false;
|
| }
|
|
|