Index: webkit/media/crypto/proxy_decryptor_unittest.cc |
diff --git a/webkit/media/crypto/proxy_decryptor_unittest.cc b/webkit/media/crypto/proxy_decryptor_unittest.cc |
index e4b23bc434b129e6b1ea89100b2b8ca16482cba6..097d48c15ef82fff5c1cb7024bf89cf977b017f1 100644 |
--- a/webkit/media/crypto/proxy_decryptor_unittest.cc |
+++ b/webkit/media/crypto/proxy_decryptor_unittest.cc |
@@ -97,7 +97,7 @@ class ProxyDecryptorTest : public testing::Test { |
kFakeSessionId); |
} |
- MOCK_METHOD2(BufferDecrypted, void(Decryptor::DecryptStatus, |
+ MOCK_METHOD2(BufferDecrypted, void(Decryptor::Status, |
const scoped_refptr<DecoderBuffer>&)); |
protected: |