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:
@ -15,7 +15,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "webrtc/video_send_stream.h"
|
||||
#include "webrtc/call/video_send_stream.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user