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

Unified Diff: components/metrics/serialization/metric_sample.h

Issue 644603002: Cleanup of component/metrics for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: source_set Created 6 years, 2 months 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
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/metrics/serialization/metric_sample.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/serialization/metric_sample.h
diff --git a/components/metrics/serialization/metric_sample.h b/components/metrics/serialization/metric_sample.h
index 8784abbd9f4148692086449d36ff5f1a3bf87557..8a1a561d119576468ddd75156c425fb0ec03c8e6 100644
--- a/components/metrics/serialization/metric_sample.h
+++ b/components/metrics/serialization/metric_sample.h
@@ -43,10 +43,10 @@ class MetricSample {
// Check the metric type to make sure the request make sense. (ex: a crash
// sample does not have a bucket_count so we crash if we call bucket_count()
// on it.)
- const int sample() const;
- const int min() const;
- const int max() const;
- const int bucket_count() const;
+ int sample() const;
+ int min() const;
+ int max() const;
+ int bucket_count() const;
// Returns a serialized version of the sample.
//
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/metrics/serialization/metric_sample.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698