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

Unified Diff: base/metrics/sample_map.h

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 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/histogram_unittest.cc ('k') | base/metrics/sample_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/sample_map.h
diff --git a/base/metrics/sample_map.h b/base/metrics/sample_map.h
index 7a780ea4fe37fff9a424aa86a99cceabb22e98b6..952d34a1c4a96b38b1f00e17e15638c51ae8db1a 100644
--- a/base/metrics/sample_map.h
+++ b/base/metrics/sample_map.h
@@ -56,6 +56,8 @@ class BASE_EXPORT_PRIVATE SampleMapIterator : public SampleCountIterator {
HistogramBase::Count* count) const override;
private:
+ void SkipEmptyBuckets();
+
SampleToCountMap::const_iterator iter_;
const SampleToCountMap::const_iterator end_;
};
« no previous file with comments | « base/metrics/histogram_unittest.cc ('k') | base/metrics/sample_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698