Move webrtc/audio_*.h to webrtc/api/call

BUG=webrtc:5878
NOTRY=True

Review-Url: https://codereview.webrtc.org/2059703002
Cr-Commit-Position: refs/heads/master@{#13996}
This commit is contained in:
kjellander
2016-08-31 07:33:05 -07:00
committed by Commit bot
parent 20e47a2a94
commit a69d973267
39 changed files with 92 additions and 55 deletions

View File

@ -17,8 +17,8 @@
#include <string>
#include <utility>
#include "webrtc/audio_receive_stream.h"
#include "webrtc/audio_send_stream.h"
#include "webrtc/api/call/audio_receive_stream.h"
#include "webrtc/api/call/audio_send_stream.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/call.h"