| Index: remoting/host/ipc_audio_capturer.h
|
| diff --git a/remoting/host/ipc_audio_capturer.h b/remoting/host/ipc_audio_capturer.h
|
| index 84c8aa3234f043fd1cc26c9aad18374800a87a39..57d2cadc7c236f510cebb6bc34e5dfedc2d34816 100644
|
| --- a/remoting/host/ipc_audio_capturer.h
|
| +++ b/remoting/host/ipc_audio_capturer.h
|
| @@ -23,9 +23,9 @@ class IpcAudioCapturer : public AudioCapturer {
|
| virtual ~IpcAudioCapturer();
|
|
|
| // 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;
|
|
|
| // Called by DesktopSessionProxy when an audio packet is received.
|
| void OnAudioPacket(scoped_ptr<AudioPacket> packet);
|
|
|