| Index: media/cast/rtp_receiver/rtp_receiver.h
|
| diff --git a/media/cast/rtp_receiver/rtp_receiver.h b/media/cast/rtp_receiver/rtp_receiver.h
|
| index 5639d7d8c360a920c1828953683dfaa1d9dad19b..5cfa8c69a9094f85aeb6516cf2cf2cba15c2c67f 100644
|
| --- a/media/cast/rtp_receiver/rtp_receiver.h
|
| +++ b/media/cast/rtp_receiver/rtp_receiver.h
|
| @@ -48,6 +48,8 @@ class RtpReceiver {
|
| private:
|
| scoped_ptr<ReceiverStats> stats_;
|
| scoped_ptr<RtpParser> parser_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(RtpReceiver);
|
| };
|
|
|
| } // namespace cast
|
|
|