Index: media/crypto/aes_decryptor.h |
diff --git a/media/crypto/aes_decryptor.h b/media/crypto/aes_decryptor.h |
index 0c96efc813649c96f18e964e21c9ce039edd4b6a..d86d4bc77dacc3f74de5152292d3a1fff9e1517f 100644 |
--- a/media/crypto/aes_decryptor.h |
+++ b/media/crypto/aes_decryptor.h |
@@ -35,7 +35,7 @@ class MEDIA_EXPORT AesDecryptor : public Decryptor { |
virtual ~AesDecryptor(); |
// Decryptor implementation. |
- virtual void GenerateKeyRequest(const std::string& key_system, |
+ virtual bool GenerateKeyRequest(const std::string& key_system, |
const uint8* init_data, |
int init_data_length) OVERRIDE; |
virtual void AddKey(const std::string& key_system, |