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

Unified Diff: webrtc/video_engine/call_stats.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/call.cc ('k') | webrtc/video_engine/call_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_engine/call_stats.h
diff --git a/webrtc/video_engine/call_stats.h b/webrtc/video_engine/call_stats.h
index 79a8af6267e09c9176c6980443ab17c10f2397ed..a17330a7c19b79677e632514e900eb489d05d831 100644
--- a/webrtc/video_engine/call_stats.h
+++ b/webrtc/video_engine/call_stats.h
@@ -73,7 +73,7 @@ class CallStats : public Module {
// Observers getting stats reports.
std::list<CallStatsObserver*> observers_;
- DISALLOW_COPY_AND_ASSIGN(CallStats);
+ RTC_DISALLOW_COPY_AND_ASSIGN(CallStats);
};
} // namespace webrtc
« no previous file with comments | « webrtc/video/call.cc ('k') | webrtc/video_engine/call_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698