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

Unified Diff: webrtc/base/sigslottester.h.pump

Issue 2551813002: Use RTC_DISALLOW_COPY_AND_ASSIGN in webrtc/base/sigslottester.h (Closed)
Patch Set: Created 4 years 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/sigslottester.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/sigslottester.h.pump
diff --git a/webrtc/base/sigslottester.h.pump b/webrtc/base/sigslottester.h.pump
index 27cd6541ccebe7277b86c3c78c629307358a2ac0..8be9d7c31da68554da293feb0aa1eadc128f91cf 100755
--- a/webrtc/base/sigslottester.h.pump
+++ b/webrtc/base/sigslottester.h.pump
@@ -53,7 +53,7 @@ class SigslotTester0 : public sigslot::has_slots<> {
void OnSignalCallback() { callback_count_++; }
int callback_count_;
- DISALLOW_COPY_AND_ASSIGN(SigslotTester0);
+ RTC_DISALLOW_COPY_AND_ASSIGN(SigslotTester0);
};
// Versions below are for testing signals that pass arguments. For all the
« no previous file with comments | « webrtc/base/sigslottester.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698