Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: sandbox/mac/sandbox_mac_compiler_unittest.mm

Issue 2686433002: Move SandboxCompiler class into the sandbox library. (Closed)
Patch Set: Try getting rid of sysctl-read Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/mac/sandbox_compiler.cc ('k') | sandbox/mac/sandbox_mac_compiler_v2_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sandbox/mac/sandbox_compiler.cc ('k') | sandbox/mac/sandbox_mac_compiler_v2_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698