summaryrefslogtreecommitdiffstats
path: root/remoting/codec/audio_decoder_opus.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/codec/audio_decoder_opus.h')
-rw-r--r--remoting/codec/audio_decoder_opus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/codec/audio_decoder_opus.h b/remoting/codec/audio_decoder_opus.h
index 35989ea..2c3a527 100644
--- a/remoting/codec/audio_decoder_opus.h
+++ b/remoting/codec/audio_decoder_opus.h
@@ -22,7 +22,7 @@ class AudioDecoderOpus : public AudioDecoder {
// AudioDecoder interface.
virtual scoped_ptr<AudioPacket> Decode(
- scoped_ptr<AudioPacket> packet) OVERRIDE;
+ scoped_ptr<AudioPacket> packet) override;
private:
void InitDecoder();