Chromium Code Reviews| Index: webrtc/sound/sounddevicelocator.h |
| diff --git a/webrtc/sound/sounddevicelocator.h b/webrtc/sound/sounddevicelocator.h |
| index 4e8e1485aba3cb749ad90a2e4ff62650b3a77c5b..f8a6cf8802ba89dbc567519aa33e1e876085e08a 100644 |
| --- a/webrtc/sound/sounddevicelocator.h |
| +++ b/webrtc/sound/sounddevicelocator.h |
| @@ -46,7 +46,7 @@ class SoundDeviceLocator { |
| std::string device_name_; |
| private: |
| - DISALLOW_ASSIGN(SoundDeviceLocator); |
| + RTC_DISALLOW_ASSIGN(SoundDeviceLocator); |
| }; |
| } // namespace rtc |