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

Unified Diff: util/test/mac/mach_multiprocess_test.cc

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/test/mac/mach_multiprocess.h ('k') | util/test/multiprocess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/mac/mach_multiprocess_test.cc
diff --git a/util/test/mac/mach_multiprocess_test.cc b/util/test/mac/mach_multiprocess_test.cc
index 388831fd4139d4493612ec15724796fa6bbd4de7..dc9f7e97e3ea71055270f5b39beb52afe9b8562e 100644
--- a/util/test/mac/mach_multiprocess_test.cc
+++ b/util/test/mac/mach_multiprocess_test.cc
@@ -32,9 +32,9 @@ class TestMachMultiprocess final : public MachMultiprocess {
private:
// MachMultiprocess will have already exercised the Mach ports for IPC and the
// child task port.
- virtual void MachMultiprocessParent() override {}
+ void MachMultiprocessParent() override {}
- virtual void MachMultiprocessChild() override {}
+ void MachMultiprocessChild() override {}
DISALLOW_COPY_AND_ASSIGN(TestMachMultiprocess);
};
« no previous file with comments | « util/test/mac/mach_multiprocess.h ('k') | util/test/multiprocess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698