Index: webrtc/modules/audio_coding/neteq/tools/packet_source.h |
diff --git a/webrtc/modules/audio_coding/neteq/tools/packet_source.h b/webrtc/modules/audio_coding/neteq/tools/packet_source.h |
index 968400c21521a120af555cb5e14ba26054ab1ec2..804a94dc49ca03c027fea94475d0baaa4a9afaba 100644 |
--- a/webrtc/modules/audio_coding/neteq/tools/packet_source.h |
+++ b/webrtc/modules/audio_coding/neteq/tools/packet_source.h |
@@ -46,7 +46,7 @@ class PacketSource { |
uint32_t ssrc_; // The selected SSRC. All other SSRCs will be discarded. |
private: |
- DISALLOW_COPY_AND_ASSIGN(PacketSource); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(PacketSource); |
}; |
} // namespace test |