| Index: webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| index b01a62bdd73a76e7c6b018834644c6dfaf10b1a6..e104ba661dcf69e0103caa7b18ecd15b76f40799 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| @@ -40,7 +40,7 @@ class SendTimeHistory {
|
| uint16_t oldest_sequence_number_; // Oldest may not be lowest.
|
| std::map<uint16_t, PacketInfo> history_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(SendTimeHistory);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(SendTimeHistory);
|
| };
|
|
|
| } // namespace webrtc
|
|
|