$OpenBSD: patch-chrome_browser_first_run_first_run_dialog_h,v 1.7 2021/09/01 16:54:38 robert Exp $

Index: chrome/browser/first_run/first_run_dialog.h
--- chrome/browser/first_run/first_run_dialog.h.orig
+++ chrome/browser/first_run/first_run_dialog.h
@@ -12,7 +12,7 @@
 // Hide this function on platforms where the dialog does not exist.
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_MAC) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
+#if defined(OS_MAC) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
 
 class Profile;
 
