Index: webrtc/modules/audio_coding/neteq/interface/neteq.h |
diff --git a/webrtc/modules/audio_coding/neteq/interface/neteq.h b/webrtc/modules/audio_coding/neteq/interface/neteq.h |
index 54458b92e26cc14fb86524d35ac25922143636ec..48e8fd5cdee61506dbb0af4fb48c4d6ecdd23c20 100644 |
--- a/webrtc/modules/audio_coding/neteq/interface/neteq.h |
+++ b/webrtc/modules/audio_coding/neteq/interface/neteq.h |
@@ -281,7 +281,7 @@ class NetEq { |
NetEq() {} |
private: |
- DISALLOW_COPY_AND_ASSIGN(NetEq); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(NetEq); |
}; |
} // namespace webrtc |