| Index: webrtc/modules/remote_bitrate_estimator/overuse_detector.h | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_detector.h b/webrtc/modules/remote_bitrate_estimator/overuse_detector.h | 
| index 5a07b4e19a6339079f654c4ffac0e376feaffe8f..bb69a8a0a1060e2554c84ebf19f498fab2048af3 100644 | 
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_detector.h | 
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_detector.h | 
| @@ -59,7 +59,7 @@ class OveruseDetector { | 
| int overuse_counter_; | 
| BandwidthUsage hypothesis_; | 
|  | 
| -  DISALLOW_COPY_AND_ASSIGN(OveruseDetector); | 
| +  RTC_DISALLOW_COPY_AND_ASSIGN(OveruseDetector); | 
| }; | 
| }  // namespace webrtc | 
|  | 
|  |