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

Unified Diff: util/mach/exception_ports_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/mach/exc_server_variants_test.cc ('k') | util/mach/mach_message_server_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/exception_ports_test.cc
diff --git a/util/mach/exception_ports_test.cc b/util/mach/exception_ports_test.cc
index 7e98a41d1e4bb2133207749e2f1926bc8fb654cd..407e664370221a4f8fe84894581037f306000d4c 100644
--- a/util/mach/exception_ports_test.cc
+++ b/util/mach/exception_ports_test.cc
@@ -352,7 +352,7 @@ class TestExceptionPorts : public UniversalMachExcServer,
// MachMultiprocess:
- virtual void MachMultiprocessParent() override {
+ void MachMultiprocessParent() override {
// Wait for the child process to be ready. It needs to have all of its
// threads set up before proceeding if in kSetOutOfProcess mode.
char c;
@@ -460,7 +460,7 @@ class TestExceptionPorts : public UniversalMachExcServer,
CheckedReadFDAtEOF(ReadPipeFD());
}
- virtual void MachMultiprocessChild() override {
+ void MachMultiprocessChild() override {
Child child(this);
child.Run();
}
« no previous file with comments | « util/mach/exc_server_variants_test.cc ('k') | util/mach/mach_message_server_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698