| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| index 93279e660e0f010aa330917856afd5c3a3998939..7dfd7a84591b70ffe7c72870f560e3d9a4ae40bf 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| @@ -44,7 +44,7 @@ class RembBweSender : public BweSender {
|
| private:
|
| Clock* clock_;
|
|
|
| - DISALLOW_IMPLICIT_CONSTRUCTORS(RembBweSender);
|
| + RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RembBweSender);
|
| };
|
|
|
| class RembReceiver : public BweReceiver, public RemoteBitrateObserver {
|
| @@ -73,7 +73,7 @@ class RembReceiver : public BweReceiver, public RemoteBitrateObserver {
|
| int64_t last_feedback_ms_;
|
| rtc::scoped_ptr<RemoteBitrateEstimator> estimator_;
|
|
|
| - DISALLOW_IMPLICIT_CONSTRUCTORS(RembReceiver);
|
| + RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RembReceiver);
|
| };
|
|
|
| } // namespace bwe
|
|
|