| Index: content/common/process_watcher_posix.cc
|
| diff --git a/content/common/process_watcher_posix.cc b/content/common/process_watcher_posix.cc
|
| index 85f8aced95b365de7cbe429f9bab633bcea7da39..ebad6787d48804c7966750559e62612e7062d5b3 100644
|
| --- a/content/common/process_watcher_posix.cc
|
| +++ b/content/common/process_watcher_posix.cc
|
| @@ -32,7 +32,7 @@ static bool IsChildDead(pid_t child) {
|
| // If the child doesn't exit within a couple of seconds, kill it.
|
| class BackgroundReaper : public base::PlatformThread::Delegate {
|
| public:
|
| - explicit BackgroundReaper(pid_t child, unsigned timeout)
|
| + BackgroundReaper(pid_t child, unsigned timeout)
|
| : child_(child),
|
| timeout_(timeout) {
|
| }
|
|
|