// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "sandbox/linux/suid/client/setuid_sandbox_client.h" #include <memory> #include "base/environment.h" #include "base/strings/string_number_conversions.h" #include "sandbox/linux/suid/common/sandbox.h" #include "testing/gtest/include/gtest/gtest.h" namespace sandbox { TEST(SetuidSandboxClient, SandboxedClientAPI) { … } } // namespace sandbox