Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/packet_sender.h

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/remote_bitrate_estimator/test/packet_sender.h
diff --git a/webrtc/modules/remote_bitrate_estimator/test/packet_sender.h b/webrtc/modules/remote_bitrate_estimator/test/packet_sender.h
index a6acea03954ea9c4e01cb314cffbf37b37e59fe2..c42647e2d3f65dd27f9b7f2b1af92c32d27192e1 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/packet_sender.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/packet_sender.h
@@ -96,7 +96,7 @@ class VideoSender : public PacketSender, public BitrateObserver {
private:
uint32_t previous_sending_bitrate_;
- DISALLOW_COPY_AND_ASSIGN(VideoSender);
+ RTC_DISALLOW_COPY_AND_ASSIGN(VideoSender);
};
class PacedVideoSender : public VideoSender, public PacedSender::Callback {
@@ -129,7 +129,7 @@ class PacedVideoSender : public VideoSender, public PacedSender::Callback {
Packets queue_;
Packets pacer_queue_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(PacedVideoSender);
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(PacedVideoSender);
};
class TcpSender : public PacketSender {
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h ('k') | webrtc/modules/remote_bitrate_estimator/test/random.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698