| Index: webrtc/modules/desktop_capture/desktop_and_cursor_composer.h
|
| diff --git a/webrtc/modules/desktop_capture/desktop_and_cursor_composer.h b/webrtc/modules/desktop_capture/desktop_and_cursor_composer.h
|
| index b16cf4584fac0e93fd7f1b7a453c8f622582fb23..7a72031c791f0583fc7e5ea9b7a073a50a356394 100644
|
| --- a/webrtc/modules/desktop_capture/desktop_and_cursor_composer.h
|
| +++ b/webrtc/modules/desktop_capture/desktop_and_cursor_composer.h
|
| @@ -55,7 +55,7 @@ class DesktopAndCursorComposer : public DesktopCapturer,
|
| MouseCursorMonitor::CursorState cursor_state_;
|
| DesktopVector cursor_position_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(DesktopAndCursorComposer);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(DesktopAndCursorComposer);
|
| };
|
|
|
| } // namespace webrtc
|
|
|