| Index: webrtc/modules/audio_coding/main/acm2/codec_manager.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/codec_manager.h b/webrtc/modules/audio_coding/main/acm2/codec_manager.h
|
| index 395e88f7f191f8fb7b40a7f9a891cdade3af920a..37018d345b455f324d9d63ecb2f7f45574e28702 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/codec_manager.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/codec_manager.h
|
| @@ -12,7 +12,7 @@
|
| #define WEBRTC_MODULES_AUDIO_CODING_MAIN_ACM2_CODEC_MANAGER_H_
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| -#include "webrtc/base/maybe.h"
|
| +#include "webrtc/base/optional.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/thread_checker.h"
|
| #include "webrtc/modules/audio_coding/main/acm2/codec_owner.h"
|
| @@ -36,7 +36,7 @@ class CodecManager final {
|
|
|
| void RegisterEncoder(AudioEncoder* external_speech_encoder);
|
|
|
| - rtc::Maybe<CodecInst> GetCodecInst() const;
|
| + rtc::Optional<CodecInst> GetCodecInst() const;
|
|
|
| bool SetCopyRed(bool enable);
|
|
|
|
|