Index: media/base/mock_filters.h |
diff --git a/media/base/mock_filters.h b/media/base/mock_filters.h |
index cf8fa2859cc89e69cdaa0e980e65bfa770585747..4fdfec16bc01863c6e56f6f97fbec67afada6913 100644 |
--- a/media/base/mock_filters.h |
+++ b/media/base/mock_filters.h |
@@ -217,7 +217,7 @@ class MockDecryptorClient : public DecryptorClient { |
MOCK_METHOD2(KeyAdded, void(const std::string&, const std::string&)); |
MOCK_METHOD4(KeyError, void(const std::string&, const std::string&, |
- AesDecryptor::KeyError, int)); |
+ Decryptor::KeyError, int)); |
// TODO(xhwang): This is a workaround of the issue that move-only parameters |
// are not supported in mocked methods. Remove this when the issue is fixed |
// (http://code.google.com/p/googletest/issues/detail?id=395) or when we use |