1 --- base/files/important_file_writer_cleaner.cc.orig	2022-02-28 16:54:41 UTC
2 +++ base/files/important_file_writer_cleaner.cc
3 @@ -25,7 +25,8 @@ namespace base {
4  namespace {
5 
6  base::Time GetUpperBoundTime() {
7 -#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_FUCHSIA)
8 +// needed because of .CreationTime() pledge
9 +#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
10    // If process creation time is not available then use instance creation
11    // time as the upper-bound for old files. Modification times may be
12    // rounded-down to coarse-grained increments, e.g. FAT has 2s granularity,
13