Index: webrtc/modules/desktop_capture/x11/x_error_trap.h |
diff --git a/webrtc/modules/desktop_capture/x11/x_error_trap.h b/webrtc/modules/desktop_capture/x11/x_error_trap.h |
index aa771145d5967331be4f80db394f237dfc3f8585..f1f6e11c63e9f6f3c9bd9d83101c888c2528cddb 100644 |
--- a/webrtc/modules/desktop_capture/x11/x_error_trap.h |
+++ b/webrtc/modules/desktop_capture/x11/x_error_trap.h |
@@ -31,7 +31,7 @@ class XErrorTrap { |
XErrorHandler original_error_handler_; |
bool enabled_; |
- DISALLOW_COPY_AND_ASSIGN(XErrorTrap); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(XErrorTrap); |
}; |
} // namespace webrtc |