| Index: sandbox/mac/sandbox_mac_compiler_unittest.mm
|
| diff --git a/content/common/sandbox_mac_compiler_unittest.mm b/sandbox/mac/sandbox_mac_compiler_unittest.mm
|
| similarity index 98%
|
| rename from content/common/sandbox_mac_compiler_unittest.mm
|
| rename to sandbox/mac/sandbox_mac_compiler_unittest.mm
|
| index 34684dd771d7cefeb5a4cc2f052128211196d1ba..404bf4bbabb9e8d2bcb0ed491c95c8063de98a64 100644
|
| --- a/content/common/sandbox_mac_compiler_unittest.mm
|
| +++ b/sandbox/mac/sandbox_mac_compiler_unittest.mm
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/sandbox_mac.h"
|
| -
|
| #include <fcntl.h>
|
| #include <stdint.h>
|
| #include <sys/stat.h>
|
| @@ -12,10 +10,11 @@
|
| #include "base/process/kill.h"
|
| #include "base/test/multiprocess_test.h"
|
| #include "base/test/test_timeouts.h"
|
| +#include "sandbox/mac/sandbox_compiler.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/multiprocess_func_list.h"
|
|
|
| -namespace content {
|
| +namespace sandbox {
|
|
|
| class SandboxMacCompilerTest : public base::MultiProcessTest {};
|
|
|
| @@ -158,4 +157,4 @@ TEST_F(SandboxMacCompilerTest, ProfileFunctionalityTestError) {
|
| EXPECT_EQ(exit_code, 0);
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace sandbox
|
|
|