#include "content/utility/utility_blink_platform_with_sandbox_support_impl.h"
#include "build/build_config.h"
#include "content/public/utility/utility_thread.h"
#if BUILDFLAG(IS_MAC)
#include "content/child/child_process_sandbox_support_impl_mac.h"
#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
#include "content/child/child_process_sandbox_support_impl_linux.h"
#endif
namespace content {
UtilityBlinkPlatformWithSandboxSupportImpl::
UtilityBlinkPlatformWithSandboxSupportImpl() { … }
UtilityBlinkPlatformWithSandboxSupportImpl::
~UtilityBlinkPlatformWithSandboxSupportImpl() { … }
blink::WebSandboxSupport*
UtilityBlinkPlatformWithSandboxSupportImpl::GetSandboxSupport() { … }
}