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

Unified Diff: components/metrics/histogram_manager.h

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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: components/metrics/histogram_manager.h
diff --git a/components/metrics/histogram_manager.h b/components/metrics/histogram_manager.h
index a1f988ace6627c044d3fe5fdfc6462524834aab5..7334ae35f29a0305efdb6fc5d85b3288fdbd73fa 100644
--- a/components/metrics/histogram_manager.h
+++ b/components/metrics/histogram_manager.h
@@ -27,7 +27,7 @@ namespace metrics {
class HistogramManager : public base::HistogramFlattener {
public:
HistogramManager();
- ~HistogramManager();
+ ~HistogramManager() override;
// Snapshot all histograms to record the delta into |uma_proto_| and then
// returns the serialized protobuf representation of the record in |data|.

Powered by Google App Engine
This is Rietveld 408576698