| Index: base/metrics/histogram_samples.h
|
| diff --git a/base/metrics/histogram_samples.h b/base/metrics/histogram_samples.h
|
| index 29fbe17a46584f3500383c48582848464a763ddd..30bff84933b2b3c1311f011681cb650cfdcfe7fb 100644
|
| --- a/base/metrics/histogram_samples.h
|
| +++ b/base/metrics/histogram_samples.h
|
| @@ -22,7 +22,7 @@ class SampleCountIterator;
|
| // HistogramSamples is a container storing all samples of a histogram. All
|
| // elements must be of a fixed width to ensure 32/64-bit interoperability.
|
| // If this structure changes, bump the version number for kTypeIdHistogram
|
| -// in histogram_persistence.cc.
|
| +// in persistent_histogram_allocator.cc.
|
| class BASE_EXPORT HistogramSamples {
|
| public:
|
| struct Metadata {
|
|
|