Index: content/renderer/renderer_main_platform_delegate_linux.cc |
diff --git a/content/renderer/renderer_main_platform_delegate_linux.cc b/content/renderer/renderer_main_platform_delegate_linux.cc |
index e473ad895f396e65db9bc878663a53c10a713ca6..135a0840ff8a649b93aa2395eac91ae6ab8e1d25 100644 |
--- a/content/renderer/renderer_main_platform_delegate_linux.cc |
+++ b/content/renderer/renderer_main_platform_delegate_linux.cc |
@@ -69,7 +69,7 @@ void RendererMainPlatformDelegate::RunSandboxTests(bool no_sandbox) { |
// Here, we test that the status of SeccompBpf in the renderer is consistent |
// with what LinuxSandbox::GetStatus() said we would do. |
class LinuxSandbox* linux_sandbox = LinuxSandbox::GetInstance(); |
- if (linux_sandbox->GetStatus() & kSandboxLinuxSeccompBpf) { |
+ if (linux_sandbox->GetStatus() & kSandboxLinuxSeccompBPF) { |
CHECK(linux_sandbox->seccomp_bpf_started()); |
} |