aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_os__crypt_os__crypt__unittest.cc
blob: d8cbdaad386c0daa9f522904b969e0df5eaee2d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/os_crypt/os_crypt_unittest.cc.orig	2019-03-11 22:00:56 UTC
+++ components/os_crypt/os_crypt_unittest.cc
@@ -18,7 +18,7 @@
 #include "components/os_crypt/os_crypt_mocker.h"
 #include "testing/gtest/include/gtest/gtest.h"
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
 #include "components/os_crypt/os_crypt_mocker_linux.h"
 #endif