| Index: chrome/renderer/media/cast_rtp_stream.h
|
| diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
|
| index e3805272caf068d249e102e0fb95f2fd249e4e95..24bf885bfd9805ff16cdb1962d21cb15850679e5 100644
|
| --- a/chrome/renderer/media/cast_rtp_stream.h
|
| +++ b/chrome/renderer/media/cast_rtp_stream.h
|
| @@ -159,10 +159,11 @@ class CastRtpStream {
|
| scoped_ptr<CastAudioSink> audio_sink_;
|
| scoped_ptr<CastVideoSink> video_sink_;
|
| CastRtpParams params_;
|
| - base::WeakPtrFactory<CastRtpStream> weak_factory_;
|
| base::Closure stop_callback_;
|
| ErrorCallback error_callback_;
|
|
|
| + base::WeakPtrFactory<CastRtpStream> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CastRtpStream);
|
| };
|
|
|
|
|