| Index: webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.h b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| index 72e7f73ad9897bb4c303dd937c76c69fa7f40c1d..ef9b3149d772b041f9d039367e22f3b9dfd14d0e 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| @@ -122,7 +122,7 @@ class BweSender : public Module {
|
| int bitrate_kbps_;
|
|
|
| private:
|
| - DISALLOW_COPY_AND_ASSIGN(BweSender);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(BweSender);
|
| };
|
|
|
| class BweReceiver {
|
|
|