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

Unified Diff: webrtc/base/signalthread.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/sharedexclusivelock.h ('k') | webrtc/base/signalthread_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/signalthread.h
diff --git a/webrtc/base/signalthread.h b/webrtc/base/signalthread.h
index 3a9205c4caeba04dadc36d0f04cbe7e6be4c540b..4dda88966c5a123dd3f55a268f64b7ff77400659 100644
--- a/webrtc/base/signalthread.h
+++ b/webrtc/base/signalthread.h
@@ -112,7 +112,7 @@ class SignalThread
private:
SignalThread* parent_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(Worker);
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(Worker);
};
class SCOPED_LOCKABLE EnterExit {
@@ -135,7 +135,7 @@ class SignalThread
private:
SignalThread* t_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(EnterExit);
+ RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(EnterExit);
};
void Run();
@@ -147,7 +147,7 @@ class SignalThread
State state_;
int refcount_;
- DISALLOW_COPY_AND_ASSIGN(SignalThread);
+ RTC_DISALLOW_COPY_AND_ASSIGN(SignalThread);
};
///////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « webrtc/base/sharedexclusivelock.h ('k') | webrtc/base/signalthread_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698