| Index: chrome/test/security_tests/sandbox_browsertest_linux.cc
|
| diff --git a/chrome/test/security_tests/sandbox_browsertest_linux.cc b/chrome/test/security_tests/sandbox_browsertest_linux.cc
|
| index f9c2659900a4add9ef9d2bd48364dbfb9eca25c2..f51db555bfcc6401e3888796f4d1cb2f9f8e3a4a 100644
|
| --- a/chrome/test/security_tests/sandbox_browsertest_linux.cc
|
| +++ b/chrome/test/security_tests/sandbox_browsertest_linux.cc
|
| @@ -27,7 +27,7 @@ IN_PROC_BROWSER_TEST_F(SandboxLinuxTest, MAYBE_SandboxStatus) {
|
| status & content::kSandboxLinuxPIDNS &&
|
| status & content::kSandboxLinuxNetNS;
|
| // A second-layer sandbox is also required to be adequately sandboxed.
|
| - bool good_layer2 = status & content::kSandboxLinuxSeccompBpf;
|
| + bool good_layer2 = status & content::kSandboxLinuxSeccompBPF;
|
|
|
| EXPECT_TRUE(good_layer1);
|
| EXPECT_TRUE(good_layer2);
|
|
|