Index: trunk/src/media/cast/video_receiver/codecs/vp8/vp8_decoder.h |
=================================================================== |
--- trunk/src/media/cast/video_receiver/codecs/vp8/vp8_decoder.h (revision 243647) |
+++ trunk/src/media/cast/video_receiver/codecs/vp8/vp8_decoder.h (working copy) |
@@ -29,7 +29,7 @@ |
// Will return false in case of error, and then it's up to the caller to |
// release the memory. |
// Ownership of the encoded_frame does not pass to the Vp8Decoder. |
- bool Decode(const transport::EncodedVideoFrame* encoded_frame, |
+ bool Decode(const EncodedVideoFrame* encoded_frame, |
const base::TimeTicks render_time, |
const VideoFrameDecodedCallback& frame_decoded_cb); |