summaryrefslogtreecommitdiffstats
path: root/content/common/process_watcher_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/process_watcher_posix.cc')
-rw-r--r--content/common/process_watcher_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/process_watcher_posix.cc b/content/common/process_watcher_posix.cc
index 85f8ace..ebad678 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) {
}