Index: webrtc/modules/desktop_capture/shared_memory.h |
diff --git a/webrtc/modules/desktop_capture/shared_memory.h b/webrtc/modules/desktop_capture/shared_memory.h |
index 7870d833f15e36f68ae426ac2bb9c5f921d11f6e..631f119b5ffb6f24334c026b60ee7768b402266d 100644 |
--- a/webrtc/modules/desktop_capture/shared_memory.h |
+++ b/webrtc/modules/desktop_capture/shared_memory.h |
@@ -59,7 +59,7 @@ class SharedMemory { |
const int id_; |
private: |
- DISALLOW_COPY_AND_ASSIGN(SharedMemory); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(SharedMemory); |
}; |
} // namespace webrtc |