[go: nahoru, domu]

blob: cc6d8307226e16fbc2b3709c707343b9d0f86eba [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_PUBLIC_BROWSER_SANDBOX_TYPE_H_
#define CONTENT_PUBLIC_BROWSER_SANDBOX_TYPE_H_
#include "services/service_manager/sandbox/sandbox_type.h"
namespace content {
// TODO(crbug.com/977637): Move the definition into this header.
using SandboxType = service_manager::SandboxType;
} // namespace content
#endif // CONTENT_PUBLIC_BROWSER_SANDBOX_TYPE_H_