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

Unified Diff: webrtc/base/worker.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/win32regkey.h ('k') | webrtc/base/x11windowpicker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/worker.h
diff --git a/webrtc/base/worker.h b/webrtc/base/worker.h
index d5594e3b874591d0bc6d7b7179b3a0b44d9294dd..17ae8cf67bc77f435eddc174793813cb59c94b07 100644
--- a/webrtc/base/worker.h
+++ b/webrtc/base/worker.h
@@ -64,7 +64,7 @@ class Worker : private MessageHandler {
// The thread that is currently doing the work.
Thread *worker_thread_;
- DISALLOW_COPY_AND_ASSIGN(Worker);
+ RTC_DISALLOW_COPY_AND_ASSIGN(Worker);
};
} // namespace rtc
« no previous file with comments | « webrtc/base/win32regkey.h ('k') | webrtc/base/x11windowpicker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698