Index: webrtc/sound/soundoutputstreaminterface.h |
diff --git a/webrtc/sound/soundoutputstreaminterface.h b/webrtc/sound/soundoutputstreaminterface.h |
index 2b501d658e10332ce325418f098c4e2009cc86a4..f56d39b7c90c151c0d905b1c2af0d77245a3115c 100644 |
--- a/webrtc/sound/soundoutputstreaminterface.h |
+++ b/webrtc/sound/soundoutputstreaminterface.h |
@@ -64,7 +64,7 @@ class SoundOutputStreamInterface { |
SoundOutputStreamInterface() {} |
private: |
- DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface); |
}; |
} // namespace rtc |