Index: webrtc/modules/audio_coding/neteq/tools/packet.h |
diff --git a/webrtc/modules/audio_coding/neteq/tools/packet.h b/webrtc/modules/audio_coding/neteq/tools/packet.h |
index a4e48d8953e8e92d698af1ed81ba42f6d5a6efd0..8e436334234a49e97706bb12e4af99b643394fde 100644 |
--- a/webrtc/modules/audio_coding/neteq/tools/packet.h |
+++ b/webrtc/modules/audio_coding/neteq/tools/packet.h |
@@ -114,7 +114,7 @@ class Packet { |
double time_ms_; // Used to denote a packet's arrival time. |
bool valid_header_; // Set by the RtpHeaderParser. |
- DISALLOW_COPY_AND_ASSIGN(Packet); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(Packet); |
}; |
} // namespace test |