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

Unified Diff: talk/session/media/srtpfilter.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
« no previous file with comments | « talk/media/devices/yuvframescapturer.cc ('k') | talk/session/media/srtpfilter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/session/media/srtpfilter.h
diff --git a/talk/session/media/srtpfilter.h b/talk/session/media/srtpfilter.h
index f171f5fe6602063b34075fe7dc42c51d180cef33..a536327fb07075244b7bb42f06bcb832291e9196 100644
--- a/talk/session/media/srtpfilter.h
+++ b/talk/session/media/srtpfilter.h
@@ -245,7 +245,7 @@ class SrtpSession {
static bool inited_;
static rtc::GlobalLockPod lock_;
int last_send_seq_num_;
- DISALLOW_COPY_AND_ASSIGN(SrtpSession);
+ RTC_DISALLOW_COPY_AND_ASSIGN(SrtpSession);
};
// Class that collects failures of SRTP.
@@ -320,7 +320,7 @@ class SrtpStat {
// Threshold in ms to silent the signaling errors.
uint32 signal_silent_time_;
- DISALLOW_COPY_AND_ASSIGN(SrtpStat);
+ RTC_DISALLOW_COPY_AND_ASSIGN(SrtpStat);
};
} // namespace cricket
« no previous file with comments | « talk/media/devices/yuvframescapturer.cc ('k') | talk/session/media/srtpfilter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698