Index: webrtc/modules/audio_coding/neteq/background_noise.h |
diff --git a/webrtc/modules/audio_coding/neteq/background_noise.h b/webrtc/modules/audio_coding/neteq/background_noise.h |
index 9ad12b76c0a759e0763729bbc59d89bc78228105..2c67f21c3acbd7f98d366536d600c44633c170b2 100644 |
--- a/webrtc/modules/audio_coding/neteq/background_noise.h |
+++ b/webrtc/modules/audio_coding/neteq/background_noise.h |
@@ -130,7 +130,7 @@ class BackgroundNoise { |
bool initialized_; |
NetEq::BackgroundNoiseMode mode_; |
- DISALLOW_COPY_AND_ASSIGN(BackgroundNoise); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(BackgroundNoise); |
}; |
} // namespace webrtc |