// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SANDBOX_LINUX_SERVICES_NAMESPACE_UTILS_H_ #define SANDBOX_LINUX_SERVICES_NAMESPACE_UTILS_H_ #include <sys/types.h> #include <type_traits> #include "sandbox/sandbox_export.h" namespace sandbox { // Utility functions for using Linux namepaces. class SANDBOX_EXPORT NamespaceUtils { … }; } // namespace sandbox #endif // SANDBOX_LINUX_SERVICES_NAMESPACE_UTILS_H_