commit | cf820625d7cdc771d3125402324a497f3c61ac9b | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Wed Aug 31 14:33:05 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 31 14:33:14 2016 |
tree | aee62524f1fb5711e5272455c5545da86a9b5cb6 | |
parent | 15bb2496364e85c1b60df516dea0ea2879c4d46c [diff] [blame] |
Move webrtc/audio_*.h to webrtc/api/call BUG=webrtc:5878 NOTRY=True Review-Url: https://codereview.webrtc.org/2059703002 Cr-Original-Commit-Position: refs/heads/master@{#13996} Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc Cr-Mirrored-Commit: a69d973267d4a10cbb51b9c47023ba4a3c854167
diff --git a/api/remoteaudiosource.h b/api/remoteaudiosource.h index 4cc68f8..a67b895 100644 --- a/api/remoteaudiosource.h +++ b/api/remoteaudiosource.h
@@ -14,8 +14,8 @@ #include <list> #include <string> +#include "webrtc/api/call/audio_sink.h" #include "webrtc/api/notifier.h" -#include "webrtc/audio_sink.h" #include "webrtc/base/criticalsection.h" #include "webrtc/pc/channel.h"