Index: webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
diff --git a/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc b/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
index d47236cabcb2e918d0b8ca34123cc270f7c5871f..eac7412178f671229420ba73b3951f08e3c7592e 100644 |
--- a/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
+++ b/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc |
@@ -8,12 +8,12 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/audio_coding/codecs/opus/interface/audio_encoder_opus.h" |
+#include "webrtc/modules/audio_coding/codecs/opus/include/audio_encoder_opus.h" |
#include "webrtc/base/checks.h" |
#include "webrtc/base/safe_conversions.h" |
#include "webrtc/common_types.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 { |