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

Unified Diff: snapshot/mac/memory_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/exception_snapshot_mac.h ('k') | snapshot/mac/module_snapshot_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/memory_snapshot_mac.h
diff --git a/snapshot/mac/memory_snapshot_mac.h b/snapshot/mac/memory_snapshot_mac.h
index 618cd1f78a88569cc4a769b735b6dad6a9b83183..2f19082400305d488be0497aa7c7fad7ccbbf1b6 100644
--- a/snapshot/mac/memory_snapshot_mac.h
+++ b/snapshot/mac/memory_snapshot_mac.h
@@ -31,7 +31,7 @@ namespace internal {
class MemorySnapshotMac final : public MemorySnapshot {
public:
MemorySnapshotMac();
- ~MemorySnapshotMac();
+ ~MemorySnapshotMac() override;
//! \brief Initializes the object.
//!
« no previous file with comments | « snapshot/mac/exception_snapshot_mac.h ('k') | snapshot/mac/module_snapshot_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698