| Index: content/common/sandbox_linux.h
|
| diff --git a/content/common/sandbox_linux.h b/content/common/sandbox_linux.h
|
| index 2cf105fadf98b251e3debbbda386dec54c15ad2e..5101f23df61298433d165bc84661dd8b23ba0442 100644
|
| --- a/content/common/sandbox_linux.h
|
| +++ b/content/common/sandbox_linux.h
|
| @@ -69,7 +69,7 @@ class LinuxSandbox {
|
| // Check the policy and eventually start the seccomp-bpf sandbox. This should
|
| // never be called with threads started. If we detect that threads have
|
| // started we will crash.
|
| - bool StartSeccompBpf(const std::string& process_type);
|
| + bool StartSeccompBPF(const std::string& process_type);
|
|
|
| // Limit the address space of the current process (and its children).
|
| // to make some vulnerabilities harder to exploit.
|
|
|