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

Unified Diff: talk/app/webrtc/mediacontroller.cc

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/app/webrtc/jsepsessiondescription.h ('k') | talk/app/webrtc/remotevideocapturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/mediacontroller.cc
diff --git a/talk/app/webrtc/mediacontroller.cc b/talk/app/webrtc/mediacontroller.cc
index d8c9b52095ec69bfd9b7948c810c2edf03e2d79f..ff21314689e5ad2553109cb5789b2885281110e6 100644
--- a/talk/app/webrtc/mediacontroller.cc
+++ b/talk/app/webrtc/mediacontroller.cc
@@ -74,7 +74,7 @@ class MediaController : public webrtc::MediaControllerInterface {
rtc::Thread* worker_thread_;
rtc::scoped_ptr<webrtc::Call> call_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(MediaController);
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(MediaController);
};
} // namespace {
« no previous file with comments | « talk/app/webrtc/jsepsessiondescription.h ('k') | talk/app/webrtc/remotevideocapturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698