| Index: crypto/scoped_test_nss_chromeos_user.h
|
| diff --git a/crypto/scoped_test_nss_chromeos_user.h b/crypto/scoped_test_nss_chromeos_user.h
|
| index 1638517704deebbd9b7f86999179c4751b8f8cf7..9202b0f02079b441d04f136c4ed27fb3dcd7c073 100644
|
| --- a/crypto/scoped_test_nss_chromeos_user.h
|
| +++ b/crypto/scoped_test_nss_chromeos_user.h
|
| @@ -16,7 +16,7 @@ namespace crypto {
|
| // Opens a persistent NSS software database in a temporary directory for the
|
| // user with |username_hash|. This database will be used for both the user's
|
| // public and private slot.
|
| -class CRYPTO_EXPORT_PRIVATE ScopedTestNSSChromeOSUser {
|
| +class CRYPTO_EXPORT ScopedTestNSSChromeOSUser {
|
| public:
|
| // Opens the software database and sets the public slot for the user. The
|
| // private slot will not be initialized until FinishInit() is called.
|
|
|