Index: webrtc/modules/desktop_capture/screen_capture_frame_queue.h |
diff --git a/webrtc/modules/desktop_capture/screen_capture_frame_queue.h b/webrtc/modules/desktop_capture/screen_capture_frame_queue.h |
index f3b11cfbffa84dae3cc6342e0240bf7a5d321ff8..6cd9e3bfc8e1c83ae7bc2ab513575883584feb52 100644 |
--- a/webrtc/modules/desktop_capture/screen_capture_frame_queue.h |
+++ b/webrtc/modules/desktop_capture/screen_capture_frame_queue.h |
@@ -66,7 +66,7 @@ class ScreenCaptureFrameQueue { |
static const int kQueueLength = 2; |
rtc::scoped_ptr<SharedDesktopFrame> frames_[kQueueLength]; |
- DISALLOW_COPY_AND_ASSIGN(ScreenCaptureFrameQueue); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCaptureFrameQueue); |
}; |
} // namespace webrtc |