Index: webkit/media/crypto/proxy_decryptor.h |
diff --git a/webkit/media/crypto/proxy_decryptor.h b/webkit/media/crypto/proxy_decryptor.h |
index a4638af01967c2e0d1c5a7255e12b1c56d46147b..cc590cc3b81a5bb29bdf5ebb5c2052f4ab278784 100644 |
--- a/webkit/media/crypto/proxy_decryptor.h |
+++ b/webkit/media/crypto/proxy_decryptor.h |
@@ -75,7 +75,7 @@ class ProxyDecryptor : public media::Decryptor { |
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); |
media::DecryptorClient* client_; |