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

Unified Diff: snapshot/thread_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/system_snapshot_mac_test.cc ('k') | util/file/file_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/thread_snapshot_mac.h
diff --git a/snapshot/thread_snapshot_mac.h b/snapshot/thread_snapshot_mac.h
index dc6c5b9920bb4bc16d5b9246b02d10cfa23ebedd..b9982093809598ce76a745bb13aa92dccd4831ce 100644
--- a/snapshot/thread_snapshot_mac.h
+++ b/snapshot/thread_snapshot_mac.h
@@ -53,12 +53,12 @@ class ThreadSnapshotMac final : public ThreadSnapshot {
// ThreadSnapshot:
- virtual const CPUContext* Context() const override;
- virtual const MemorySnapshot* Stack() const override;
- virtual uint64_t ThreadID() const override;
- virtual int SuspendCount() const override;
- virtual int Priority() const override;
- virtual uint64_t ThreadSpecificDataAddress() const override;
+ const CPUContext* Context() const override;
+ const MemorySnapshot* Stack() const override;
+ uint64_t ThreadID() const override;
+ int SuspendCount() const override;
+ int Priority() const override;
+ uint64_t ThreadSpecificDataAddress() const override;
private:
#if defined(ARCH_CPU_X86_FAMILY)
« no previous file with comments | « snapshot/system_snapshot_mac_test.cc ('k') | util/file/file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698