Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / common / sandbox_init.h
index 7209121..4173d9a 100644 (file)
@@ -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<sandbox::bpf_dsl::SandboxBPFDSLPolicy> policy);
+    scoped_ptr<sandbox::bpf_dsl::Policy> 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<sandbox::bpf_dsl::SandboxBPFDSLPolicy>
-    GetBPFSandboxBaselinePolicy();
+CONTENT_EXPORT scoped_ptr<sandbox::bpf_dsl::Policy>
+GetBPFSandboxBaselinePolicy();
 #endif  // defined(OS_LINUX)
 
 }  // namespace content