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

Unified Diff: base/process/kill_posix.cc

Issue 670013002: More virtual/override updates in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « base/message_loop/message_pump_glib.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/kill_posix.cc
diff --git a/base/process/kill_posix.cc b/base/process/kill_posix.cc
index bff7be46b75349d74c7df290971c45a131e5c1bd..b02453c358cbe141e2d88945759bed53bbc38173 100644
--- a/base/process/kill_posix.cc
+++ b/base/process/kill_posix.cc
@@ -415,7 +415,7 @@ class BackgroundReaper : public PlatformThread::Delegate {
}
// Overridden from PlatformThread::Delegate:
- virtual void ThreadMain() override {
+ void ThreadMain() override {
WaitForChildToDie();
delete this;
}
« no previous file with comments | « base/message_loop/message_pump_glib.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698