Index: webrtc/modules/desktop_capture/screen_capturer_x11.cc |
diff --git a/webrtc/modules/desktop_capture/screen_capturer_x11.cc b/webrtc/modules/desktop_capture/screen_capturer_x11.cc |
index 1597e3fb6118440e19b2bc7040597d56bc73548e..714583b0bb2875a924e50fa2122ffea3b6eaa340 100644 |
--- a/webrtc/modules/desktop_capture/screen_capturer_x11.cc |
+++ b/webrtc/modules/desktop_capture/screen_capturer_x11.cc |
@@ -121,7 +121,7 @@ class ScreenCapturerLinux : public ScreenCapturer, |
// |Differ| for use when polling for changes. |
rtc::scoped_ptr<Differ> differ_; |
- DISALLOW_COPY_AND_ASSIGN(ScreenCapturerLinux); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerLinux); |
}; |
ScreenCapturerLinux::ScreenCapturerLinux() |