| 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
|
|
|