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

Unified Diff: snapshot/mac/system_snapshot_mac.h

Issue 689483003: snapshot: Make destructors of interface classes public and virtual (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch 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 | « snapshot/mac/process_snapshot_mac.h ('k') | snapshot/mac/thread_snapshot_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/system_snapshot_mac.h
diff --git a/snapshot/mac/system_snapshot_mac.h b/snapshot/mac/system_snapshot_mac.h
index b364688f592c3bab6fd9fa9c2f7a23bc6ef7131a..edbd74fb96696518d1c9ef74f29481f2af2bc4f2 100644
--- a/snapshot/mac/system_snapshot_mac.h
+++ b/snapshot/mac/system_snapshot_mac.h
@@ -34,7 +34,7 @@ namespace internal {
class SystemSnapshotMac final : public SystemSnapshot {
public:
SystemSnapshotMac();
- ~SystemSnapshotMac();
+ ~SystemSnapshotMac() override;
//! \brief Initializes the object.
//!
« no previous file with comments | « snapshot/mac/process_snapshot_mac.h ('k') | snapshot/mac/thread_snapshot_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698