Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Unified Diff: net/disk_cache/stats_histogram.h

Issue 17451016: [UMA] Remove redundant bucket_count variable from base::Histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename variables to be clearer Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/metrics/statistics_recorder_unittest.cc ('k') | net/disk_cache/stats_histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/stats_histogram.h
diff --git a/net/disk_cache/stats_histogram.h b/net/disk_cache/stats_histogram.h
index 09a37fd192839e2dbb327da1888b2921936138a8..279a1c3c71c318c9dda5024d3b8bc6d98d33f2aa 100644
--- a/net/disk_cache/stats_histogram.h
+++ b/net/disk_cache/stats_histogram.h
@@ -32,7 +32,6 @@ class StatsHistogram : public base::Histogram {
StatsHistogram(const std::string& name,
Sample minimum,
Sample maximum,
- size_t bucket_count,
const base::BucketRanges* ranges,
const Stats* stats);
virtual ~StatsHistogram();
« no previous file with comments | « base/metrics/statistics_recorder_unittest.cc ('k') | net/disk_cache/stats_histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698