| Index: remoting/codec/audio_encoder_opus.h
|
| diff --git a/remoting/codec/audio_encoder_opus.h b/remoting/codec/audio_encoder_opus.h
|
| index 6799836d6bc0ed0bf75003e42c781bc8dbbd8315..16be75007fc01365b6b2890e7367dfe012f6c6df 100644
|
| --- a/remoting/codec/audio_encoder_opus.h
|
| +++ b/remoting/codec/audio_encoder_opus.h
|
| @@ -27,7 +27,7 @@ class AudioEncoderOpus : public AudioEncoder {
|
|
|
| // AudioEncoder interface.
|
| virtual scoped_ptr<AudioPacket> Encode(
|
| - scoped_ptr<AudioPacket> packet) OVERRIDE;
|
| + scoped_ptr<AudioPacket> packet) override;
|
|
|
| private:
|
| void InitEncoder();
|
|
|