Index: webrtc/modules/audio_coding/neteq/tools/rtp_generator.h |
diff --git a/webrtc/modules/audio_coding/neteq/tools/rtp_generator.h b/webrtc/modules/audio_coding/neteq/tools/rtp_generator.h |
index e09f6e4ca1cbff49dff066f5da9850d14649aa3f..6c16192daa366d6195764596c3e2fabb70e032b3 100644 |
--- a/webrtc/modules/audio_coding/neteq/tools/rtp_generator.h |
+++ b/webrtc/modules/audio_coding/neteq/tools/rtp_generator.h |
@@ -54,7 +54,7 @@ class RtpGenerator { |
double drift_factor_; |
private: |
- DISALLOW_COPY_AND_ASSIGN(RtpGenerator); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(RtpGenerator); |
}; |
class TimestampJumpRtpGenerator : public RtpGenerator { |
@@ -75,7 +75,7 @@ class TimestampJumpRtpGenerator : public RtpGenerator { |
private: |
uint32_t jump_from_timestamp_; |
uint32_t jump_to_timestamp_; |
- DISALLOW_COPY_AND_ASSIGN(TimestampJumpRtpGenerator); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(TimestampJumpRtpGenerator); |
}; |
} // namespace test |