Chromium Code Reviews| Index: base/metrics/histogram.cc |
| =================================================================== |
| --- base/metrics/histogram.cc (revision 76512) |
| +++ base/metrics/histogram.cc (working copy) |
| @@ -71,7 +71,7 @@ |
| typedef Histogram::Count Count; |
| // static |
| -const size_t Histogram::kBucketCount_MAX = 10000u; |
| +const size_t Histogram::kBucketCount_MAX = 16384u; |
| scoped_refptr<Histogram> Histogram::FactoryGet(const std::string& name, |
| Sample minimum, Sample maximum, size_t bucket_count, Flags flags) { |