| Index: media/webm/webm_stream_parser.cc
|
| diff --git a/media/webm/webm_stream_parser.cc b/media/webm/webm_stream_parser.cc
|
| index 8596368866fa37e3b3664453f8417fa81079701b..06b04ca99e178c3c776b7570b4a74dba2a8ca194 100644
|
| --- a/media/webm/webm_stream_parser.cc
|
| +++ b/media/webm/webm_stream_parser.cc
|
| @@ -48,7 +48,7 @@ class FFmpegConfigHelper {
|
| scoped_array<uint8> url_protocol_buffer_;
|
|
|
| // Protocol used by |format_context_|. It must outlive the context object.
|
| - scoped_ptr<FFmpegURLProtocol> url_protocol_;
|
| + scoped_ptr<InMemoryUrlProtocol> url_protocol_;
|
|
|
| // FFmpeg format context for this demuxer. It is created by
|
| // avformat_open_input() during demuxer initialization and cleaned up with
|
|
|