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

Unified Diff: talk/media/devices/filevideocapturer.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/yuvframegenerator.h ('k') | talk/media/devices/filevideocapturer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/devices/filevideocapturer.h
diff --git a/talk/media/devices/filevideocapturer.h b/talk/media/devices/filevideocapturer.h
index 101b9b9deafe82d1a679ebc718528d10ca1567fe..3ef82efed1044e389db36cc60a5a596fa9b3baaa 100644
--- a/talk/media/devices/filevideocapturer.h
+++ b/talk/media/devices/filevideocapturer.h
@@ -71,7 +71,7 @@ class VideoRecorder {
rtc::FileStream video_file_;
bool write_header_;
- DISALLOW_COPY_AND_ASSIGN(VideoRecorder);
+ RTC_DISALLOW_COPY_AND_ASSIGN(VideoRecorder);
};
// Simulated video capturer that periodically reads frames from a file.
@@ -153,7 +153,7 @@ class FileVideoCapturer : public VideoCapturer {
int64 last_frame_timestamp_ns_; // Timestamp of last read frame.
bool ignore_framerate_;
- DISALLOW_COPY_AND_ASSIGN(FileVideoCapturer);
+ RTC_DISALLOW_COPY_AND_ASSIGN(FileVideoCapturer);
};
} // namespace cricket
« no previous file with comments | « talk/media/base/yuvframegenerator.h ('k') | talk/media/devices/filevideocapturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698