| Index: base/metrics/histogram.h
|
| ===================================================================
|
| --- base/metrics/histogram.h (revision 76512)
|
| +++ base/metrics/histogram.h (working copy)
|
| @@ -241,7 +241,7 @@
|
| typedef int Sample; // Used for samples (and ranges of samples).
|
| typedef int Count; // Used to count samples in a bucket.
|
| static const Sample kSampleType_MAX = INT_MAX;
|
| - // Initialize maximum number of buckets in histograms as 10,000.
|
| + // Initialize maximum number of buckets in histograms as 16,384.
|
| static const size_t kBucketCount_MAX;
|
|
|
| typedef std::vector<Count> Counts;
|
|
|