Chromium Code Reviews| 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(); |