Index: webrtc/modules/audio_coding/neteq/timestamp_scaler.h |
diff --git a/webrtc/modules/audio_coding/neteq/timestamp_scaler.h b/webrtc/modules/audio_coding/neteq/timestamp_scaler.h |
index fcbb7737a4257fdcc351d8382be5f9f7e9b29432..9129d843bfb9bfdf986845643af170efae5e8967 100644 |
--- a/webrtc/modules/audio_coding/neteq/timestamp_scaler.h |
+++ b/webrtc/modules/audio_coding/neteq/timestamp_scaler.h |
@@ -61,7 +61,7 @@ class TimestampScaler { |
uint32_t internal_ref_; |
const DecoderDatabase& decoder_database_; |
- DISALLOW_COPY_AND_ASSIGN(TimestampScaler); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(TimestampScaler); |
}; |
} // namespace webrtc |