| Index: webkit/media/webmediaplayer_impl.h
|
| diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
|
| index 6ef94b2adfc50b2ab4c6ac584b9f870c6873c760..e558381dd20a67bc241398be446dd289879b71cd 100644
|
| --- a/webkit/media/webmediaplayer_impl.h
|
| +++ b/webkit/media/webmediaplayer_impl.h
|
| @@ -70,7 +70,7 @@ class WebFrame;
|
| }
|
|
|
| namespace media {
|
| -class AesDecryptor;
|
| +class HmacAesDecryptor;
|
| class MediaLog;
|
| }
|
|
|
| @@ -279,7 +279,7 @@ class WebMediaPlayerImpl
|
| bool started_;
|
|
|
| // The decryptor that manages decryption keys and decrypts encrypted frames.
|
| - scoped_ptr<media::AesDecryptor> decryptor_;
|
| + scoped_ptr<media::HmacAesDecryptor> decryptor_;
|
|
|
| scoped_ptr<media::MessageLoopFactory> message_loop_factory_;
|
|
|
|
|