| Index: media/filters/test_video_decoder.h
|
| diff --git a/media/filters/test_video_decoder.h b/media/filters/test_video_decoder.h
|
| index ca442bf3e24048511e8453041e8bc3dcece93749..bb82c365efa43f0b57a72337db1a4add9c5456a9 100644
|
| --- a/media/filters/test_video_decoder.h
|
| +++ b/media/filters/test_video_decoder.h
|
| @@ -20,8 +20,7 @@ namespace media {
|
| class TestVideoDecoder : public DecoderBase<VideoDecoder, VideoFrame> {
|
| public:
|
| TestVideoDecoder()
|
| - : DecoderBase<VideoDecoder, VideoFrame>("VideoDecoderThread"),
|
| - video_width_(0),
|
| + : video_width_(0),
|
| video_height_(0) {
|
| }
|
|
|
|
|