| Index: sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| index 60c16d37302b880a63db88fcd2ebbbcb97f6a1da..285349b0a9d43082f5d713259dc899d0fbe6ca9c 100644
|
| --- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| +++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| @@ -304,7 +304,7 @@ ResultExpr RestrictClockID() {
|
| return If(
|
| #if defined(OS_CHROMEOS)
|
| // Allow the special clock for Chrome OS used by Chrome tracing.
|
| - clockid == base::TimeTicks::kClockSystemTrace ||
|
| + clockid == base::TraceTicks::kClockSystemTrace ||
|
| #endif
|
| clockid == CLOCK_MONOTONIC ||
|
| clockid == CLOCK_PROCESS_CPUTIME_ID ||
|
|
|