Removing dependencies on stub headers within WebRTC.

Headers webrtc/video_receive_stream.h and webrtc/video_send_stream.h
have been moved to webrtc/call in https://codereview.webrtc.org/3000253002,
this CL is just switching WebRTC internal dependencies to actual headers
instead of depending on the backward compatibility ones.

BUG=webrtc:8107

Review-Url: https://codereview.webrtc.org/3007553002
Cr-Commit-Position: refs/heads/master@{#19561}
This commit is contained in:
mbonadei
2017-08-28 06:46:48 -07:00
committed by Commit Bot
parent 0e320ec5ba
commit 5212700c79
11 changed files with 12 additions and 11 deletions

View File

@ -15,7 +15,7 @@
#include <string>
#include <vector>
#include "webrtc/video_send_stream.h"
#include "webrtc/call/video_send_stream.h"
namespace webrtc {