aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc
blob: 9b73c604369f9958563a79e25fa0c81d607354a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig	2024-03-22 08:19:40 UTC
+++ components/password_manager/core/browser/password_store/login_database_unittest.cc
@@ -2105,7 +2105,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent,
                          LoginDatabaseMigrationTestBroken,
                          testing::Values(1, 2, 3, 24));
 
-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS)
+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_BSD)
 class LoginDatabaseUndecryptableLoginsTest : public testing::Test {
  protected:
   LoginDatabaseUndecryptableLoginsTest() = default;