Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: webrtc/system_wrappers/interface/atomic32.h

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/sound/soundsysteminterface.h ('k') | webrtc/system_wrappers/source/scoped_vector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « webrtc/sound/soundsysteminterface.h ('k') | webrtc/system_wrappers/source/scoped_vector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698