Index: webkit/media/crypto/proxy_decryptor.cc |
diff --git a/webkit/media/crypto/proxy_decryptor.cc b/webkit/media/crypto/proxy_decryptor.cc |
index c71c6bdea93ad133f450585892b27626756984ca..203c1466fb78290b3d23f093f35c0f1f638ab712 100644 |
--- a/webkit/media/crypto/proxy_decryptor.cc |
+++ b/webkit/media/crypto/proxy_decryptor.cc |
@@ -243,7 +243,7 @@ void ProxyDecryptor::OnBufferDecrypted( |
const scoped_refptr<base::MessageLoopProxy>& message_loop_proxy, |
const scoped_refptr<media::DecoderBuffer>& encrypted, |
const media::Decryptor::DecryptCB& decrypt_cb, |
- media::Decryptor::DecryptStatus status, |
+ media::Decryptor::Status status, |
const scoped_refptr<media::DecoderBuffer>& decrypted) { |
if (status == media::Decryptor::kSuccess || |
status == media::Decryptor::kError) { |