X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fpublic%2Fcommon%2Fsandbox_init.h;h=4173d9afe4ddedfeeb6273be065efc44bc3b68b5;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=7209121c0e93223639a3efab50f1e33b73718221;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/public/common/sandbox_init.h b/src/content/public/common/sandbox_init.h index 7209121..4173d9a 100644 --- a/src/content/public/common/sandbox_init.h +++ b/src/content/public/common/sandbox_init.h @@ -17,7 +17,7 @@ class FilePath; namespace sandbox { namespace bpf_dsl { -class SandboxBPFDSLPolicy; +class Policy; } struct SandboxInterfaceInfo; } @@ -88,12 +88,12 @@ class SandboxInitializerDelegate; // Initialize a seccomp-bpf sandbox. |policy| may not be NULL. // Returns true if the sandbox has been properly engaged. CONTENT_EXPORT bool InitializeSandbox( - scoped_ptr policy); + scoped_ptr policy); // Return a "baseline" policy. This is used by a SandboxInitializerDelegate to // implement a policy that is derived from the baseline. -CONTENT_EXPORT scoped_ptr - GetBPFSandboxBaselinePolicy(); +CONTENT_EXPORT scoped_ptr +GetBPFSandboxBaselinePolicy(); #endif // defined(OS_LINUX) } // namespace content