Index: talk/app/webrtc/jsepsessiondescription.h |
diff --git a/talk/app/webrtc/jsepsessiondescription.h b/talk/app/webrtc/jsepsessiondescription.h |
index 53f4e06388df43a96a5583932ecbcdb67e013be2..756352c240f098b9ef6c5d06a22ed9af8bbb90e2 100644 |
--- a/talk/app/webrtc/jsepsessiondescription.h |
+++ b/talk/app/webrtc/jsepsessiondescription.h |
@@ -98,7 +98,7 @@ class JsepSessionDescription : public SessionDescriptionInterface { |
bool GetMediasectionIndex(const IceCandidateInterface* candidate, |
size_t* index); |
- DISALLOW_COPY_AND_ASSIGN(JsepSessionDescription); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(JsepSessionDescription); |
}; |
} // namespace webrtc |