diff options
Diffstat (limited to 'crypto/encryptor.h')
-rw-r--r-- | crypto/encryptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/encryptor.h b/crypto/encryptor.h index cfab6f28..0de6358 100644 --- a/crypto/encryptor.h +++ b/crypto/encryptor.h @@ -12,7 +12,7 @@ #include "base/scoped_ptr.h" #include "base/string_piece.h" #include "build/build_config.h" -#include "crypto/crypto_api.h" +#include "crypto/crypto_export.h" #if defined(USE_NSS) #include "crypto/scoped_nss_types.h" @@ -24,7 +24,7 @@ namespace crypto { class SymmetricKey; -class CRYPTO_API Encryptor { +class CRYPTO_EXPORT Encryptor { public: enum Mode { CBC, |