$OpenBSD: patch-chrome_browser_password_manager_password_reuse_manager_factory_cc,v 1.1 2021/10/29 14:49:40 robert Exp $

Index: chrome/browser/password_manager/password_reuse_manager_factory.cc
--- chrome/browser/password_manager/password_reuse_manager_factory.cc.orig
+++ chrome/browser/password_manager/password_reuse_manager_factory.cc
@@ -93,7 +93,7 @@ KeyedService* PasswordReuseManagerFactory::BuildServic
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
 #if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || \
-    BUILDFLAG(IS_CHROMEOS_LACROS)
+    BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   std::unique_ptr<password_manager::PasswordStoreSigninNotifier> notifier =
       std::make_unique<password_manager::PasswordStoreSigninNotifierImpl>(
           IdentityManagerFactory::GetForProfile(profile));
