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

Unified Diff: webrtc/base/sigslottester.h

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/BUILD.gn ('k') | webrtc/base/sigslottester.h.pump » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/sigslottester.h
diff --git a/webrtc/base/sigslottester.h b/webrtc/base/sigslottester.h
index ffd829427ac481a5128172d45017399517088b8a..18ddde30cb84ceb32c073506a7f1f30a51fea075 100755
--- a/webrtc/base/sigslottester.h
+++ b/webrtc/base/sigslottester.h
@@ -57,7 +57,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/BUILD.gn ('k') | webrtc/base/sigslottester.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698