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

Unified Diff: base/metrics/histogram_base.h

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.h
===================================================================
--- base/metrics/histogram_base.h (revision 148055)
+++ base/metrics/histogram_base.h (working copy)
@@ -17,7 +17,7 @@
typedef int Sample; // Used for samples.
typedef int Count; // Used to count samples.
- static const Sample kSampleType_MAX = INT_MAX;
+ static const Sample kSampleType_MAX; // INT_MAX
HistogramBase(const std::string& name);
virtual ~HistogramBase();

Powered by Google App Engine
This is Rietveld 408576698