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

Unified Diff: util/mach/scoped_task_suspend_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/mach_message_server_test.cc ('k') | util/test/mac/mach_multiprocess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/scoped_task_suspend_test.cc
diff --git a/util/mach/scoped_task_suspend_test.cc b/util/mach/scoped_task_suspend_test.cc
index c8606a0f6948696020ea0d3e6f7716ac84d6a62b..76def55f8594169a1a7c19fa05e41058afd9fd54 100644
--- a/util/mach/scoped_task_suspend_test.cc
+++ b/util/mach/scoped_task_suspend_test.cc
@@ -50,7 +50,7 @@ class ScopedTaskSuspendTest final : public MachMultiprocess {
private:
// MachMultiprocess:
- virtual void MachMultiprocessParent() override {
+ void MachMultiprocessParent() override {
task_t child_task = ChildTask();
EXPECT_EQ(0, SuspendCount(child_task));
@@ -70,7 +70,7 @@ class ScopedTaskSuspendTest final : public MachMultiprocess {
EXPECT_EQ(0, SuspendCount(child_task));
}
- virtual void MachMultiprocessChild() override {
+ void MachMultiprocessChild() override {
CheckedReadFDAtEOF(ReadPipeFD());
}
« no previous file with comments | « util/mach/mach_message_server_test.cc ('k') | util/test/mac/mach_multiprocess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698