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

Unified Diff: components/metrics/persisted_logs_metrics.h

Issue 2567263003: Basic UkmService implementation (Closed)
Patch Set: Rebase 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.h
diff --git a/components/metrics/persisted_logs_metrics.h b/components/metrics/persisted_logs_metrics.h
index 5263bd3edc67d9cc0e023141e622ee633aba7bdb..1d98413adc2a68f553e31b214b104eec4e899090 100644
--- a/components/metrics/persisted_logs_metrics.h
+++ b/components/metrics/persisted_logs_metrics.h
@@ -14,7 +14,7 @@ namespace metrics {
class PersistedLogsMetrics {
public:
PersistedLogsMetrics() {}
- ~PersistedLogsMetrics() {}
+ virtual ~PersistedLogsMetrics() {}
virtual PersistedLogs::LogReadStatus RecordLogReadStatus(
PersistedLogs::LogReadStatus status) = 0;

Powered by Google App Engine
This is Rietveld 408576698