Chromium Code Reviews| 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; |
| } |