Index: talk/app/webrtc/dtmfsender.h |
diff --git a/talk/app/webrtc/dtmfsender.h b/talk/app/webrtc/dtmfsender.h |
index ec9a36ef2d44037d3cca7a314d4e6b77d9bff7af..6d23610c7dc292de32263ba58852ac3094de6ed8 100644 |
--- a/talk/app/webrtc/dtmfsender.h |
+++ b/talk/app/webrtc/dtmfsender.h |
@@ -116,7 +116,7 @@ class DtmfSender |
int duration_; |
int inter_tone_gap_; |
- DISALLOW_COPY_AND_ASSIGN(DtmfSender); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(DtmfSender); |
}; |
// Define proxy for DtmfSenderInterface. |