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

Unified Diff: snapshot/memory_snapshot_mac.h

Issue 654933002: Use exactly one of final, override, and virtual (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: git grep -E '^ {3,}.*override[ 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/exception_snapshot_mac.h ('k') | snapshot/system_snapshot_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/memory_snapshot_mac.h
diff --git a/snapshot/memory_snapshot_mac.h b/snapshot/memory_snapshot_mac.h
index 4964a777ff1a40c1eeabd06169ca7ee3c1185076..6754b4216dc219e51d41b005654f1a5d6cbec1af 100644
--- a/snapshot/memory_snapshot_mac.h
+++ b/snapshot/memory_snapshot_mac.h
@@ -49,9 +49,9 @@ class MemorySnapshotMac final : public MemorySnapshot {
// MemorySnapshot:
- virtual uint64_t Address() const override;
- virtual size_t Size() const override;
- virtual bool Read(Delegate* delegate) const override;
+ uint64_t Address() const override;
+ size_t Size() const override;
+ bool Read(Delegate* delegate) const override;
private:
ProcessReader* process_reader_; // weak
« no previous file with comments | « snapshot/exception_snapshot_mac.h ('k') | snapshot/system_snapshot_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698