Index: talk/app/webrtc/jsepicecandidate.h |
diff --git a/talk/app/webrtc/jsepicecandidate.h b/talk/app/webrtc/jsepicecandidate.h |
index ad3b33809a894c77a691567a3c2f9c97ececf3d9..1d5ef1997ff8adab1510215f70b489c2002a163f 100644 |
--- a/talk/app/webrtc/jsepicecandidate.h |
+++ b/talk/app/webrtc/jsepicecandidate.h |
@@ -63,7 +63,7 @@ class JsepIceCandidate : public IceCandidateInterface { |
int sdp_mline_index_; |
cricket::Candidate candidate_; |
- DISALLOW_COPY_AND_ASSIGN(JsepIceCandidate); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(JsepIceCandidate); |
}; |
// Implementation of IceCandidateCollection. |