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

Unified Diff: components/metrics/persisted_logs_metrics_impl.h

Issue 2567263003: Basic UkmService implementation (Closed)
Patch Set: Fix small bugs Created 3 years, 11 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
Index: components/metrics/persisted_logs_metrics_impl.h
diff --git a/components/metrics/persisted_logs_metrics_impl.h b/components/metrics/persisted_logs_metrics_impl.h
index e7f4a2d9cc546bf4ab3667b3488316ef12977fbd..04daf01acfc64a3397c6619e63ae9254aa807ab4 100644
--- a/components/metrics/persisted_logs_metrics_impl.h
+++ b/components/metrics/persisted_logs_metrics_impl.h
@@ -14,7 +14,7 @@ namespace metrics {
class PersistedLogsMetricsImpl : public PersistedLogsMetrics {
public:
PersistedLogsMetricsImpl() {}
- ~PersistedLogsMetricsImpl() {}
+ ~PersistedLogsMetricsImpl() override {}
PersistedLogs::LogReadStatus RecordLogReadStatus(
PersistedLogs::LogReadStatus status) override;

Powered by Google App Engine
This is Rietveld 408576698