Index: webrtc/modules/interface/module_common_types.h |
diff --git a/webrtc/modules/interface/module_common_types.h b/webrtc/modules/interface/module_common_types.h |
index b371e47d05b500a406e70506fe7496d32c482af6..67019cafaf00d954bc3171fbe84e9e9c982914e1 100644 |
--- a/webrtc/modules/interface/module_common_types.h |
+++ b/webrtc/modules/interface/module_common_types.h |
@@ -392,7 +392,7 @@ class RTPFragmentationHeader { |
uint8_t* fragmentationPlType; // Payload type of each fragmentation |
private: |
- DISALLOW_COPY_AND_ASSIGN(RTPFragmentationHeader); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(RTPFragmentationHeader); |
}; |
struct RTCPVoIPMetric { |
@@ -542,7 +542,7 @@ class AudioFrame { |
bool interleaved_; |
private: |
- DISALLOW_COPY_AND_ASSIGN(AudioFrame); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(AudioFrame); |
}; |
inline AudioFrame::AudioFrame() |