Move webrtc/video_frame to common_video/include.

BUG=webrtc:7616

Review-Url: https://codereview.webrtc.org/2877703002
Cr-Commit-Position: refs/heads/master@{#18147}
This commit is contained in:
nisse
2017-05-15 02:42:11 -07:00
committed by Commit bot
parent c99bddfc1c
commit ea3a7987d2
23 changed files with 106 additions and 92 deletions

View File

@ -15,10 +15,10 @@
#include <vector>
#include "webrtc/api/video/video_frame.h"
// For EncodedImage
#include "webrtc/common_video/include/video_frame.h"
#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/typedefs.h"
// For EncodedImage
#include "webrtc/video_frame.h"
namespace webrtc {