| Index: webrtc/modules/audio_coding/codecs/opus/include/audio_decoder_opus.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h b/webrtc/modules/audio_coding/codecs/opus/include/audio_decoder_opus.h
|
| similarity index 95%
|
| rename from webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h
|
| rename to webrtc/modules/audio_coding/codecs/opus/include/audio_decoder_opus.h
|
| index d28113b7788d247611dab2fa40ef2d46c2a10882..5bfe9fb2b2044d82bce1f4405127008375f3682a 100644
|
| --- a/webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h
|
| +++ b/webrtc/modules/audio_coding/codecs/opus/include/audio_decoder_opus.h
|
| @@ -12,7 +12,7 @@
|
| #define WEBRTC_MODULES_AUDIO_CODING_CODECS_OPUS_INTERFACE_AUDIO_DECODER_OPUS_H
|
|
|
| #include "webrtc/modules/audio_coding/codecs/audio_decoder.h"
|
| -#include "webrtc/modules/audio_coding/codecs/opus/interface/opus_interface.h"
|
| +#include "webrtc/modules/audio_coding/codecs/opus/include/opus_interface.h"
|
|
|
| namespace webrtc {
|
|
|
|
|