Index: webrtc/sound/pulseaudiosoundsystem.h |
diff --git a/webrtc/sound/pulseaudiosoundsystem.h b/webrtc/sound/pulseaudiosoundsystem.h |
index 4e67acc0acaf074885d36ddc12391d288b155df9..895b7845525047c0a94dcccf1a51c024480dc498 100644 |
--- a/webrtc/sound/pulseaudiosoundsystem.h |
+++ b/webrtc/sound/pulseaudiosoundsystem.h |
@@ -167,7 +167,7 @@ class PulseAudioSoundSystem : public SoundSystemInterface { |
pa_context *context_; |
PulseAudioSymbolTable symbol_table_; |
- DISALLOW_COPY_AND_ASSIGN(PulseAudioSoundSystem); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(PulseAudioSoundSystem); |
}; |
} // namespace rtc |