Index: crypto/encryptor.h |
diff --git a/crypto/encryptor.h b/crypto/encryptor.h |
index 773be223e7101c07380eed21d00eb7c980a616c6..798a26f84f07879f2965017cdb67d7ce61c09b57 100644 |
--- a/crypto/encryptor.h |
+++ b/crypto/encryptor.h |
@@ -125,7 +125,6 @@ class CRYPTO_EXPORT Encryptor { |
bool CryptCTR(PK11Context* context, |
const base::StringPiece& input, |
std::string* output); |
- ScopedPK11Slot slot_; |
ScopedSECItem param_; |
#endif |
}; |