Index: remoting/host/audio_capturer_win.h |
diff --git a/remoting/host/audio_capturer_win.h b/remoting/host/audio_capturer_win.h |
index 1a7ddadb6f89c7bc8ee75fc9e11a0832afa7121e..571961c9e740da1074a84866efcd2fde65ba75dd 100644 |
--- a/remoting/host/audio_capturer_win.h |
+++ b/remoting/host/audio_capturer_win.h |
@@ -26,9 +26,9 @@ class AudioCapturerWin : public AudioCapturer { |
virtual ~AudioCapturerWin(); |
// AudioCapturer interface. |
- virtual bool Start(const PacketCapturedCallback& callback) OVERRIDE; |
- virtual void Stop() OVERRIDE; |
- virtual bool IsStarted() OVERRIDE; |
+ virtual bool Start(const PacketCapturedCallback& callback) override; |
+ virtual void Stop() override; |
+ virtual bool IsStarted() override; |
private: |
// Receives all packets from the audio capture endpoint buffer and pushes them |