Index: webrtc/system_wrappers/interface/atomic32.h |
diff --git a/webrtc/system_wrappers/interface/atomic32.h b/webrtc/system_wrappers/interface/atomic32.h |
index 8633e26362237f5a8377ab94c5cef1acd6003042..36ca144bdaf5d148e8c263008ff9beddfda63034 100644 |
--- a/webrtc/system_wrappers/interface/atomic32.h |
+++ b/webrtc/system_wrappers/interface/atomic32.h |
@@ -56,7 +56,7 @@ class Atomic32 { |
return (reinterpret_cast<ptrdiff_t>(&value_) & 3) == 0; |
} |
- DISALLOW_COPY_AND_ASSIGN(Atomic32); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(Atomic32); |
int32_t value_; |
}; |