// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/child/scoped_child_process_reference.h" #include "base/functional/bind.h" #include "base/location.h" #include "base/task/single_thread_task_runner.h" #include "base/time/time.h" #include "content/child/child_process.h" namespace content { ScopedChildProcessReference::ScopedChildProcessReference() : … { … } ScopedChildProcessReference::~ScopedChildProcessReference() { … } void ScopedChildProcessReference::ReleaseWithDelay( const base::TimeDelta& delay) { … } } // namespace content