| Index: chrome/common/metrics_helpers.h
|
| diff --git a/chrome/common/metrics_helpers.h b/chrome/common/metrics_helpers.h
|
| index b261488b61766c18485ce30beddf3fc32fb2613d..bd18b888e80407a62b1627863735b82152ef6ed1 100644
|
| --- a/chrome/common/metrics_helpers.h
|
| +++ b/chrome/common/metrics_helpers.h
|
| @@ -185,8 +185,8 @@ class MetricsLogBase {
|
| // onward.
|
| class HistogramSender {
|
| protected:
|
| - HistogramSender() {}
|
| - virtual ~HistogramSender() {}
|
| + HistogramSender();
|
| + virtual ~HistogramSender();
|
|
|
| // Snapshot all histograms, and transmit the delta.
|
| // The arguments allow a derived class to select only a subset for
|
|
|