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

Unified Diff: util/test/mac/mach_multiprocess.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 | « util/mach/scoped_task_suspend_test.cc ('k') | util/test/mac/mach_multiprocess_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/mac/mach_multiprocess.h
diff --git a/util/test/mac/mach_multiprocess.h b/util/test/mac/mach_multiprocess.h
index e709533a7b3c1ac28ff6fa3b1f89274a7b198906..85139d56b093f2f38a8fe8e06725a843051865df 100644
--- a/util/test/mac/mach_multiprocess.h
+++ b/util/test/mac/mach_multiprocess.h
@@ -49,7 +49,7 @@ class MachMultiprocess : public Multiprocess {
~MachMultiprocess();
// Multiprocess:
- virtual void PreFork() override;
+ void PreFork() override;
//! \brief Returns a receive right for the local port.
//!
@@ -79,7 +79,7 @@ class MachMultiprocess : public Multiprocess {
//! MachMultiprocessParent().
//!
//! Subclasses must override MachMultiprocessParent() instead of this method.
- virtual void MultiprocessParent() override final;
+ void MultiprocessParent() final;
//! \brief Runs the child side of the test.
//!
@@ -88,7 +88,7 @@ class MachMultiprocess : public Multiprocess {
//! assertion) is detected, the child will exit with a failure status.
//!
//! Subclasses must override MachMultiprocessChild() instead of this method.
- virtual void MultiprocessChild() override final;
+ void MultiprocessChild() final;
//! \brief The subclass-provided parent routine.
//!
« no previous file with comments | « util/mach/scoped_task_suspend_test.cc ('k') | util/test/mac/mach_multiprocess_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698