Index: webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h b/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h |
index 390a1f0999494f0617de3f8aeecc75c247563d52..fb9e9fd7ab7af6512a36559d8c61bfd20119d2e4 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h |
@@ -63,7 +63,7 @@ class PacketReceiver : public PacketProcessor { |
std::string delay_prefix_; |
BandwidthEstimatorType bwe_type_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(PacketReceiver); |
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(PacketReceiver); |
}; |
} // namespace bwe |
} // namespace testing |