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

Unified Diff: talk/media/base/videocapturer.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/videoadapter.h ('k') | talk/media/base/yuvframegenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/videocapturer.h
diff --git a/talk/media/base/videocapturer.h b/talk/media/base/videocapturer.h
index df9cf7f06c6c3d04fa83d277ea6cb8bcdb3aca54..95cb9e95f59ec5161d10aa8ade6874f6ae689084 100644
--- a/talk/media/base/videocapturer.h
+++ b/talk/media/base/videocapturer.h
@@ -104,7 +104,7 @@ struct CapturedFrame {
// memory or points to an existing memory.
private:
- DISALLOW_COPY_AND_ASSIGN(CapturedFrame);
+ RTC_DISALLOW_COPY_AND_ASSIGN(CapturedFrame);
};
// VideoCapturer is an abstract class that defines the interfaces for video
@@ -397,7 +397,7 @@ class VideoCapturer
// Whether capturer should apply rotation to the frame before signaling it.
bool apply_rotation_;
- DISALLOW_COPY_AND_ASSIGN(VideoCapturer);
+ RTC_DISALLOW_COPY_AND_ASSIGN(VideoCapturer);
};
} // namespace cricket
« no previous file with comments | « talk/media/base/videoadapter.h ('k') | talk/media/base/yuvframegenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698