Index: webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
index 35b3a862da0627730b45b5add02b4640bfd3ba00..9d86ba31be3e18bfb4fdd5d929ab1c98ff51c84c 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc |
@@ -39,7 +39,7 @@ class BweSimulation : public BweTest, |
Random random_; |
private: |
- DISALLOW_COPY_AND_ASSIGN(BweSimulation); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(BweSimulation); |
}; |
INSTANTIATE_TEST_CASE_P(VideoSendersTest, |