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

Unified Diff: content/common/sandbox_mac_diraccess_unittest.mm

Issue 11228040: Move sandbox code in content to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: content/common/sandbox_mac_diraccess_unittest.mm
===================================================================
--- content/common/sandbox_mac_diraccess_unittest.mm (revision 163460)
+++ content/common/sandbox_mac_diraccess_unittest.mm (working copy)
@@ -25,9 +25,9 @@
} // namespace
-// Tests need to be in the same namespace as the sandbox::Sandbox class to be
-// useable with FRIEND_TEST() declaration.
-namespace sandbox {
+// Tests need to be in the same namespace as the Sandbox class to be useable
+// with FRIEND_TEST() declaration.
+namespace content {
class MacDirAccessSandboxTest : public base::MultiProcessTest {
public:
@@ -305,4 +305,4 @@
return 0;
}
-} // namespace sandbox
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698