| Index: webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h b/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h
|
| index d144b516a28cf9e8030cb1a0e9e29882e359a981..7150bcfe8998ceb22b64131017cb31e61774ecb7 100644
|
| --- a/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h
|
| +++ b/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h
|
| @@ -61,7 +61,7 @@ class RtcEventLogSource : public PacketSource {
|
| rtc::scoped_ptr<rtclog::EventStream> event_log_;
|
| rtc::scoped_ptr<RtpHeaderParser> parser_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(RtcEventLogSource);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(RtcEventLogSource);
|
| };
|
|
|
| } // namespace test
|
|
|