Index: webrtc/base/testclient.h |
diff --git a/webrtc/base/testclient.h b/webrtc/base/testclient.h |
index cd2ba360ad103b390758664383d97f8c23038e28..5d8ee98a6fb42d643cd614f0a53ec518850ea863 100644 |
--- a/webrtc/base/testclient.h |
+++ b/webrtc/base/testclient.h |
@@ -89,7 +89,7 @@ class TestClient : public sigslot::has_slots<> { |
AsyncPacketSocket* socket_; |
std::vector<Packet*>* packets_; |
bool ready_to_send_; |
- DISALLOW_COPY_AND_ASSIGN(TestClient); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(TestClient); |
}; |
} // namespace rtc |