| 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 7ae638691f2b767be8c5ebb8cf8077e37c43c036..58ffb843a8717c9f659d95db465b0c56a9f3a3b3 100644
|
| --- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| +++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| @@ -305,7 +305,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_MONOTONIC_COARSE ||
|
|
|