| Index: webrtc/modules/desktop_capture/screen_capturer_helper.h
|
| diff --git a/webrtc/modules/desktop_capture/screen_capturer_helper.h b/webrtc/modules/desktop_capture/screen_capturer_helper.h
|
| index a8be9897910f68c265ed906cc87b2aa630bc4e7c..cc60203da0773fd2ca565421f914d5839a89ea43 100644
|
| --- a/webrtc/modules/desktop_capture/screen_capturer_helper.h
|
| +++ b/webrtc/modules/desktop_capture/screen_capturer_helper.h
|
| @@ -80,7 +80,7 @@ class ScreenCapturerHelper {
|
| // If the value is <= 0, then the invalid region is not expanded to a grid.
|
| int log_grid_size_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(ScreenCapturerHelper);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerHelper);
|
| };
|
|
|
| } // namespace webrtc
|
|
|