| Index: components/os_crypt/os_crypt_mocker.cc
|
| diff --git a/components/os_crypt/os_crypt_mocker.cc b/components/os_crypt/os_crypt_mocker.cc
|
| index 3e676c95a4ff274728161869cfda98bbddf72654..7f3afb3b425fdbe83b2736ca900bcae5a483c289 100644
|
| --- a/components/os_crypt/os_crypt_mocker.cc
|
| +++ b/components/os_crypt/os_crypt_mocker.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "components/os_crypt/os_crypt.h"
|
|
|
| -#if defined(USE_LIBSECRET)
|
| +#if defined(USE_LIBSECRET) || defined(USE_KEYRING) || defined(USE_KWALLET)
|
| #include "components/os_crypt/os_crypt_mocker_linux.h"
|
| #endif
|
|
|
|
|