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

Unified Diff: base/metrics/histogram_base.cc

Issue 10834011: Refactor of Histogram related code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
Index: base/metrics/histogram_base.cc
===================================================================
--- base/metrics/histogram_base.cc (revision 148055)
+++ base/metrics/histogram_base.cc (working copy)
@@ -6,6 +6,8 @@
namespace base {
+const HistogramBase::Sample HistogramBase::kSampleType_MAX = INT_MAX;
+
HistogramBase::HistogramBase(const std::string& name)
: histogram_name_(name) {}

Powered by Google App Engine
This is Rietveld 408576698