| Index: webrtc/modules/audio_coding/main/acm2/codec_owner.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/codec_owner.h b/webrtc/modules/audio_coding/main/acm2/codec_owner.h
|
| index cb533b676be2a685cc5a57afdf313b2e2e25b939..ae7e4520b397542fac136e34f70a41d23e4da988 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/codec_owner.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/codec_owner.h
|
| @@ -70,7 +70,7 @@ class CodecOwner {
|
| rtc::scoped_ptr<AudioEncoder> cng_encoder_;
|
| rtc::scoped_ptr<AudioEncoder> red_encoder_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(CodecOwner);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(CodecOwner);
|
| };
|
|
|
| } // namespace acm2
|
|
|