Index: media/crypto/aes_decryptor_unittest.cc |
diff --git a/media/crypto/aes_decryptor_unittest.cc b/media/crypto/aes_decryptor_unittest.cc |
index 69cca6174331832ff4de00325d8afd4c8f94c253..814bd6c420baa7805f5bf7498026ee85005fa048 100644 |
--- a/media/crypto/aes_decryptor_unittest.cc |
+++ b/media/crypto/aes_decryptor_unittest.cc |
@@ -75,7 +75,7 @@ class AesDecryptorTest : public testing::Test { |
void AddKeyAndExpectToFail(const uint8 (&key_id)[KeyIdSize], |
const uint8 (&key)[KeySize]) { |
EXPECT_CALL(client_, KeyError(kClearKeySystem, session_id_string_, |
- AesDecryptor::kUnknownError, 0)); |
+ Decryptor::kUnknownError, 0)); |
decryptor_.AddKey(kClearKeySystem, key, KeySize, key_id, KeyIdSize, |
session_id_string_); |
} |