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

Unified Diff: content/common/sandbox_mac.h

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
« no previous file with comments | « content/common/sandbox_init_win.cc ('k') | content/common/sandbox_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_mac.h
===================================================================
--- content/common/sandbox_mac.h (revision 163460)
+++ content/common/sandbox_mac.h (working copy)
@@ -23,7 +23,7 @@
class NSString;
#endif
-namespace sandbox {
+namespace content {
// Class representing a substring of the sandbox profile tagged with its type.
class SandboxSubstring {
cpu_(ooo_6.6-7.5) 2012/10/23 19:40:15 would it be too much trouble to move this stuff in
@@ -160,6 +160,6 @@
DISALLOW_IMPLICIT_CONSTRUCTORS(Sandbox);
};
-} // namespace sandbox
+} // namespace content
#endif // CONTENT_COMMON_SANDBOX_MAC_H_
« no previous file with comments | « content/common/sandbox_init_win.cc ('k') | content/common/sandbox_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698