Index: webrtc/modules/desktop_capture/screen_capturer_mac.mm |
diff --git a/webrtc/modules/desktop_capture/screen_capturer_mac.mm b/webrtc/modules/desktop_capture/screen_capturer_mac.mm |
index ceb078145d23175d7e84b2be3fbe92d2ea77d1b7..8da56d2f761fb78e1ae459f9e6825b2b928fc201 100644 |
--- a/webrtc/modules/desktop_capture/screen_capturer_mac.mm |
+++ b/webrtc/modules/desktop_capture/screen_capturer_mac.mm |
@@ -280,7 +280,7 @@ class ScreenCapturerMac : public ScreenCapturer { |
CGWindowID excluded_window_; |
- DISALLOW_COPY_AND_ASSIGN(ScreenCapturerMac); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerMac); |
}; |
// DesktopFrame wrapper that flips wrapped frame upside down by inverting |
@@ -303,7 +303,7 @@ class InvertedDesktopFrame : public DesktopFrame { |
private: |
rtc::scoped_ptr<DesktopFrame> original_frame_; |
- DISALLOW_COPY_AND_ASSIGN(InvertedDesktopFrame); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(InvertedDesktopFrame); |
}; |
ScreenCapturerMac::ScreenCapturerMac( |