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

Unified Diff: webrtc/base/scopedptrcollection.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/base/scoped_ptr.h ('k') | webrtc/base/scopedptrcollection_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/scopedptrcollection.h
diff --git a/webrtc/base/scopedptrcollection.h b/webrtc/base/scopedptrcollection.h
index 47dff6503bc97122b769053556e7119d66d98d90..cfdb6f967397ae1ad6f7a5e445c56af94433c485 100644
--- a/webrtc/base/scopedptrcollection.h
+++ b/webrtc/base/scopedptrcollection.h
@@ -52,7 +52,7 @@ class ScopedPtrCollection {
private:
VectorT collection_;
- DISALLOW_COPY_AND_ASSIGN(ScopedPtrCollection);
+ RTC_DISALLOW_COPY_AND_ASSIGN(ScopedPtrCollection);
};
} // namespace rtc
« no previous file with comments | « webrtc/base/scoped_ptr.h ('k') | webrtc/base/scopedptrcollection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698