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

Unified Diff: talk/media/base/videoadapter.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/base/streamparams.h ('k') | talk/media/base/videocapturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/videoadapter.h
diff --git a/talk/media/base/videoadapter.h b/talk/media/base/videoadapter.h
index 58d2f03e98a2fa53e25e1ac6d92593b9957d5e5b..4c863b33f6400734b6f6a09da40e8b1b1e164e17 100644
--- a/talk/media/base/videoadapter.h
+++ b/talk/media/base/videoadapter.h
@@ -92,7 +92,7 @@ class VideoAdapter {
// The critical section to protect the above variables.
rtc::CriticalSection critical_section_;
- DISALLOW_COPY_AND_ASSIGN(VideoAdapter);
+ RTC_DISALLOW_COPY_AND_ASSIGN(VideoAdapter);
};
// CoordinatedVideoAdapter adapts the video input to the encoder by coordinating
@@ -201,7 +201,7 @@ class CoordinatedVideoAdapter
// adaptation is on), but only used if cpu_smoothing_ is set.
float system_load_average_;
- DISALLOW_COPY_AND_ASSIGN(CoordinatedVideoAdapter);
+ RTC_DISALLOW_COPY_AND_ASSIGN(CoordinatedVideoAdapter);
};
} // namespace cricket
« no previous file with comments | « talk/media/base/streamparams.h ('k') | talk/media/base/videocapturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698