summaryrefslogtreecommitdiff
path: root/www/chromium/files/sandbox_freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/sandbox_freebsd.h')
-rw-r--r--www/chromium/files/sandbox_freebsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/sandbox_freebsd.h b/www/chromium/files/sandbox_freebsd.h
index fffc6262c97f..5b2bacfa04a8 100644
--- a/www/chromium/files/sandbox_freebsd.h
+++ b/www/chromium/files/sandbox_freebsd.h
@@ -20,10 +20,10 @@ public:
static SandboxFreeBSD* GetInstance();
// Get a description for a sandbox type.
- static std::string GetSandboxTypeInEnglish(SandboxType sandbox_type);
+ static std::string GetSandboxTypeInEnglish(sandbox::mojom::Sandbox sandbox_type);
// Initializing the Capsicum sandbox.
- bool InitializeSandbox(SandboxType sandbox_type);
+ bool InitializeSandbox(sandbox::mojom::Sandbox sandbox_type);
// Testing whether the sandbox is enabled.
bool IsSandboxed();