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

Unified Diff: webrtc/video_engine/overuse_frame_detector.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 | « webrtc/video_engine/encoder_state_feedback.h ('k') | webrtc/video_engine/payload_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_engine/overuse_frame_detector.h
diff --git a/webrtc/video_engine/overuse_frame_detector.h b/webrtc/video_engine/overuse_frame_detector.h
index 323c057876cd2c7fe3fd2726c9aa7a8f048f2eb8..391c5cd327fc4fe2cde61addd9149a5c22ebda01 100644
--- a/webrtc/video_engine/overuse_frame_detector.h
+++ b/webrtc/video_engine/overuse_frame_detector.h
@@ -178,7 +178,7 @@ class OveruseFrameDetector : public Module {
rtc::ThreadChecker processing_thread_;
- DISALLOW_COPY_AND_ASSIGN(OveruseFrameDetector);
+ RTC_DISALLOW_COPY_AND_ASSIGN(OveruseFrameDetector);
};
} // namespace webrtc
« no previous file with comments | « webrtc/video_engine/encoder_state_feedback.h ('k') | webrtc/video_engine/payload_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698