Index: crypto/openpgp_symmetric_encryption.h |
diff --git a/crypto/openpgp_symmetric_encryption.h b/crypto/openpgp_symmetric_encryption.h |
index e2a4bbdb1d599111a1322acea82b5a72158b888e..d49d216265e1691a5367ad84b0ff75fc237ee804 100644 |
--- a/crypto/openpgp_symmetric_encryption.h |
+++ b/crypto/openpgp_symmetric_encryption.h |
@@ -9,7 +9,6 @@ |
#include <string> |
#include "base/string_piece.h" |
-#include "crypto/crypto_api.h" |
namespace crypto { |
@@ -20,7 +19,7 @@ namespace crypto { |
// |
// Likewise, the output of this can be decrypted on the command line with: |
// gpg < input |
-class CRYPTO_API OpenPGPSymmetricEncrytion { |
+class OpenPGPSymmetricEncrytion { |
public: |
enum Result { |
OK, |