summaryrefslogtreecommitdiffstats
path: root/chrome/common/metrics_helpers.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 22:51:10 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 22:51:10 +0000
commita83d4229743f26512b24b9b3f0eb0ea871bb41d7 (patch)
tree6bf3b71ca04bc49cc875efd285309d714164b1d6 /chrome/common/metrics_helpers.h
parente518c64aac17b27aa2bf0d0ed6cdac4210b3e946 (diff)
downloadchromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.zip
chromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.tar.gz
chromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.tar.bz2
FBTF: Header cleanup in chrome/common. Part 1.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3106016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/metrics_helpers.h')
-rw-r--r--chrome/common/metrics_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/metrics_helpers.h b/chrome/common/metrics_helpers.h
index a137ecf..990a9fe 100644
--- a/chrome/common/metrics_helpers.h
+++ b/chrome/common/metrics_helpers.h
@@ -219,6 +219,8 @@ class MetricsServiceBase {
// For histograms, record what we've already logged (as a sample for each
// histogram) so that we can send only the delta with the next log.
LoggedSampleMap logged_samples_;
+
+ DISALLOW_COPY_AND_ASSIGN(MetricsServiceBase);
};
#endif // CHROME_COMMON_METRICS_HELPERS_H_