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

Unified Diff: chrome/common/metrics_helpers.h

Issue 5624002: Move more code from headers to implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 10 years 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: 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

Powered by Google App Engine
This is Rietveld 408576698