| Index: content/renderer/media/media_stream_impl.h
|
| diff --git a/content/renderer/media/media_stream_impl.h b/content/renderer/media/media_stream_impl.h
|
| index 99122c4de81e199f0fc2a61f5f502422084e8331..79dc9480f5bbc4c95e600143153662a24f4f8357 100644
|
| --- a/content/renderer/media/media_stream_impl.h
|
| +++ b/content/renderer/media/media_stream_impl.h
|
| @@ -22,7 +22,8 @@ class MediaStreamImpl
|
|
|
| // Implement webkit_media::StreamClient.
|
| virtual scoped_refptr<media::VideoDecoder> GetVideoDecoder(
|
| - const GURL& url, media::MessageLoopFactory* message_loop_factory);
|
| + const GURL& url,
|
| + media::MessageLoopFactory* message_loop_factory) OVERRIDE;
|
|
|
| private:
|
| scoped_refptr<VideoCaptureImplManager> vc_manager_;
|
|
|