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

Unified Diff: base/process/kill_posix.cc

Issue 614103004: replace 'virtual ... OVERRIDE' with '... override' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: process base/ Created 6 years, 3 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
Index: base/process/kill_posix.cc
diff --git a/base/process/kill_posix.cc b/base/process/kill_posix.cc
index adc1db31c31e7773ce819564320fa2650e5187d6..9dbabd6a62453d79d5764eb724d08981b304f18f 100644
--- a/base/process/kill_posix.cc
+++ b/base/process/kill_posix.cc
@@ -410,7 +410,7 @@ class BackgroundReaper : public PlatformThread::Delegate {
}
// Overridden from PlatformThread::Delegate:
- virtual void ThreadMain() OVERRIDE {
+ void ThreadMain() override {
WaitForChildToDie();
delete this;
}

Powered by Google App Engine
This is Rietveld 408576698