| Index: content/common/sandbox_linux/sandbox_linux.h
|
| diff --git a/content/common/sandbox_linux/sandbox_linux.h b/content/common/sandbox_linux/sandbox_linux.h
|
| index 04f074878996a9b486b453b459be0eb876a0325a..c27d91d3103375c874e8b23a022003eb1d48194a 100644
|
| --- a/content/common/sandbox_linux/sandbox_linux.h
|
| +++ b/content/common/sandbox_linux/sandbox_linux.h
|
| @@ -73,7 +73,7 @@ class LinuxSandbox {
|
| bool seccomp_bpf_started() const;
|
|
|
| // Simple accessor for our instance of the setuid sandbox. Will never return
|
| - // NULL.
|
| + // nullptr.
|
| // There is no StartSetuidSandbox(), the SetuidSandboxClient instance should
|
| // be used directly.
|
| sandbox::SetuidSandboxClient* setuid_sandbox_client() const;
|
|
|