summaryrefslogtreecommitdiffstats
path: root/crypto/secure_hash.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 20:59:11 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 20:59:11 +0000
commitd613a990ce4c522680e30db5b12d1c9e4e332ef8 (patch)
treefc1e1963694f4d9529745eb4c4fd655460fbec59 /crypto/secure_hash.h
parent5036f187c5431c1afc5bac442e1d74390d7a3fa0 (diff)
downloadchromium_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/secure_hash.h')
-rw-r--r--crypto/secure_hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/secure_hash.h b/crypto/secure_hash.h
index bdeb9f1..8a0f6ae 100644
--- a/crypto/secure_hash.h
+++ b/crypto/secure_hash.h
@@ -7,13 +7,13 @@
#pragma once
#include "base/basictypes.h"
-#include "crypto/crypto_api.h"
+#include "crypto/crypto_export.h"
namespace crypto {
// A wrapper to calculate secure hashes incrementally, allowing to
// be used when the full input is not known in advance.
-class CRYPTO_API SecureHash {
+class CRYPTO_EXPORT SecureHash {
public:
enum Algorithm {
SHA256,