| Index: base/metrics/histogram.cc
|
| diff --git a/base/metrics/histogram.cc b/base/metrics/histogram.cc
|
| index ea4f8167fa28cc7098ce233cddbd7ed77fd23a77..79174b27151c354c976f4eef45ab8d36a1b27662 100644
|
| --- a/base/metrics/histogram.cc
|
| +++ b/base/metrics/histogram.cc
|
| @@ -172,7 +172,7 @@ HistogramBase* Histogram::Factory::Build() {
|
| }
|
|
|
| // Try to create the histogram using a "persistent" allocator. As of
|
| - // 2015-01-14, the availability of such is controlled by a base::Feature
|
| + // 2016-02-25, the availability of such is controlled by a base::Feature
|
| // that is off by default. If the allocator doesn't exist or if
|
| // allocating from it fails, code below will allocate the histogram from
|
| // the process heap.
|
|
|