| Index: webrtc/sound/soundinputstreaminterface.h
|
| diff --git a/webrtc/sound/soundinputstreaminterface.h b/webrtc/sound/soundinputstreaminterface.h
|
| index 6ce9446d8d87e3ba770d8025070a6ae47e41932b..424ce8e9273fedc66217ab026c88992eaf117b41 100644
|
| --- a/webrtc/sound/soundinputstreaminterface.h
|
| +++ b/webrtc/sound/soundinputstreaminterface.h
|
| @@ -60,7 +60,7 @@ class SoundInputStreamInterface {
|
| SoundInputStreamInterface() {}
|
|
|
| private:
|
| - DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
|
| + RTC_DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
|
| };
|
|
|
| } // namespace rtc
|
|
|