1 --- src/3rdparty/chromium/base/tracing/trace_time.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/tracing/trace_time.h
3 @@ -12,7 +12,7 @@ namespace tracing {
4  namespace tracing {
5 
6  #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \
7 -    BUILDFLAG(IS_FUCHSIA)
8 +    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
9  // Linux, Android, and Fuchsia all use CLOCK_MONOTONIC. See crbug.com/166153
10  // about efforts to unify base::TimeTicks across all platforms.
11  constexpr perfetto::protos::pbzero::BuiltinClock kTraceClockId =
12