1 --- chrome/updater/util.cc.orig	2022-08-31 12:19:35 UTC
2 +++ chrome/updater/util.cc
3 @@ -263,7 +263,7 @@ GURL AppendQueryParameter(const GURL& url,
4    return url.ReplaceComponents(replacements);
5  }
6 
7 -#if BUILDFLAG(IS_LINUX)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
9 
10  // TODO(crbug.com/1276188) - implement the functions below.
11  absl::optional<base::FilePath> GetBaseInstallDirectory(UpdaterScope scope) {
12