| Index: webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| index 6a45db6db944de0d33089198d151a2cce2df7cea..effecba920d0d205236532818eb32fa391cccc6e 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -399,7 +399,7 @@ class NetEqImpl : public webrtc::NetEq {
|
| uint32_t decoded_packet_timestamp_ GUARDED_BY(crit_sect_);
|
|
|
| private:
|
| - DISALLOW_COPY_AND_ASSIGN(NetEqImpl);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(NetEqImpl);
|
| };
|
|
|
| } // namespace webrtc
|
|
|