diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:59:11 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:59:11 +0000 |
commit | d613a990ce4c522680e30db5b12d1c9e4e332ef8 (patch) | |
tree | fc1e1963694f4d9529745eb4c4fd655460fbec59 /crypto/openpgp_symmetric_encryption.h | |
parent | 5036f187c5431c1afc5bac442e1d74390d7a3fa0 (diff) | |
download | chromium_src-d613a990ce4c522680e30db5b12d1c9e4e332ef8.zip chromium_src-d613a990ce4c522680e30db5b12d1c9e4e332ef8.tar.gz chromium_src-d613a990ce4c522680e30db5b12d1c9e4e332ef8.tar.bz2 |
Rename CRYPTO_API to CRYPTO_EXPORT.
R=rvargas@chromium.org
Review URL: http://codereview.chromium.org/7491061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/openpgp_symmetric_encryption.h')
-rw-r--r-- | crypto/openpgp_symmetric_encryption.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openpgp_symmetric_encryption.h b/crypto/openpgp_symmetric_encryption.h index e2a4bbd..691fdf2 100644 --- a/crypto/openpgp_symmetric_encryption.h +++ b/crypto/openpgp_symmetric_encryption.h @@ -9,7 +9,7 @@ #include <string> #include "base/string_piece.h" -#include "crypto/crypto_api.h" +#include "crypto/crypto_export.h" namespace crypto { @@ -20,7 +20,7 @@ namespace crypto { // // Likewise, the output of this can be decrypted on the command line with: // gpg < input -class CRYPTO_API OpenPGPSymmetricEncrytion { +class CRYPTO_EXPORT OpenPGPSymmetricEncrytion { public: enum Result { OK, |