commit | 087bd34d23dee541915aae59781bf3ef033d8082 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Fri Feb 10 08:15:44 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 10 16:15:44 2017 +0000 |
tree | 076cbdbfc3b19629c785d260589645715a30e4ab | |
parent | 84a3759825ec3bcba104196148be15aabc258a08 [diff] [blame] |
Move AudioDecoder and related stuff to the api/ directory BUG=webrtc:5805, webrtc:6725 Review-Url: https://codereview.webrtc.org/2668523004 Cr-Commit-Position: refs/heads/master@{#16534}
diff --git a/webrtc/modules/audio_coding/neteq/decoder_database.cc b/webrtc/modules/audio_coding/neteq/decoder_database.cc index fa120d2..16bec04 100644 --- a/webrtc/modules/audio_coding/neteq/decoder_database.cc +++ b/webrtc/modules/audio_coding/neteq/decoder_database.cc
@@ -12,9 +12,9 @@ #include <utility> // pair +#include "webrtc/api/audio_codecs/audio_decoder.h" #include "webrtc/base/checks.h" #include "webrtc/base/logging.h" -#include "webrtc/modules/audio_coding/codecs/audio_decoder.h" namespace webrtc {