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

Unified Diff: snapshot/mac/process_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/module_snapshot_mac.h ('k') | snapshot/mac/system_snapshot_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/process_snapshot_mac.h
diff --git a/snapshot/mac/process_snapshot_mac.h b/snapshot/mac/process_snapshot_mac.h
index 2edf32ce97afe9380ff357cdb157ca3cf230b3b1..4c1278e75f4c8cae36e34de98a089370ee7bcb41 100644
--- a/snapshot/mac/process_snapshot_mac.h
+++ b/snapshot/mac/process_snapshot_mac.h
@@ -43,7 +43,7 @@ namespace crashpad {
class ProcessSnapshotMac final : public ProcessSnapshot {
public:
ProcessSnapshotMac();
- ~ProcessSnapshotMac();
+ ~ProcessSnapshotMac() override;
//! \brief Initializes the object.
//!
« no previous file with comments | « snapshot/mac/module_snapshot_mac.h ('k') | snapshot/mac/system_snapshot_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698