| Index: media/crypto/aes_decryptor_unittest.cc
|
| diff --git a/media/crypto/aes_decryptor_unittest.cc b/media/crypto/aes_decryptor_unittest.cc
|
| index abc7e6eb53c58e8b29d878f676bb3624043b8bdc..9c6a5ff15b2cd5214c7d0bfe672c67ada9863561 100644
|
| --- a/media/crypto/aes_decryptor_unittest.cc
|
| +++ b/media/crypto/aes_decryptor_unittest.cc
|
| @@ -314,7 +314,7 @@ class AesDecryptorTest : public testing::Test {
|
|
|
| MOCK_METHOD2(KeyAdded, void(const std::string&, const std::string&));
|
| MOCK_METHOD4(KeyError, void(const std::string&, const std::string&,
|
| - Decryptor::KeyError, int));
|
| + MediaKeys::KeyError, int));
|
| MOCK_METHOD4(KeyMessage, void(const std::string& key_system,
|
| const std::string& session_id,
|
| const std::string& message,
|
|
|