Index: base/histogram.h |
=================================================================== |
--- base/histogram.h (revision 2670) |
+++ base/histogram.h (working copy) |
@@ -193,7 +193,7 @@ |
Sample maximum, size_t bucket_count); |
Histogram(const wchar_t* name, TimeDelta minimum, |
TimeDelta maximum, size_t bucket_count); |
- ~Histogram(); |
+ virtual ~Histogram(); |
// Hooks to override stats counter methods. This ensures that we gather all |
// input the stats counter sees. |