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

Unified Diff: webrtc/base/referencecountedsingletonfactory.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/proxyserver.h ('k') | webrtc/base/rollingaccumulator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/referencecountedsingletonfactory.h
diff --git a/webrtc/base/referencecountedsingletonfactory.h b/webrtc/base/referencecountedsingletonfactory.h
index 7138c8c5e15774650356ce26818d4343e72c8f95..f9559868274bf203f1ab14fa6367909e0f143cfd 100644
--- a/webrtc/base/referencecountedsingletonfactory.h
+++ b/webrtc/base/referencecountedsingletonfactory.h
@@ -77,7 +77,7 @@ class ReferenceCountedSingletonFactory {
CriticalSection crit_;
int ref_count_;
- DISALLOW_COPY_AND_ASSIGN(ReferenceCountedSingletonFactory);
+ RTC_DISALLOW_COPY_AND_ASSIGN(ReferenceCountedSingletonFactory);
};
template <typename Interface>
@@ -149,7 +149,7 @@ class rcsf_ptr {
Interface* instance_;
ReferenceCountedSingletonFactory<Interface>* factory_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(rcsf_ptr);
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(rcsf_ptr);
};
}; // namespace rtc
« no previous file with comments | « webrtc/base/proxyserver.h ('k') | webrtc/base/rollingaccumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698