Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1664)

Unified Diff: webrtc/video_receive_stream.h

Issue 1902543002: Move frame_callback.h to common_video/include. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video_receive_stream.h
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index 109c2aa15b8bcc3920d426c676f61cf137362fd2..1b46c17749c161c8318ca60e6fa2c2ba37d69187 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -17,11 +17,11 @@
#include <vector>
#include "webrtc/common_types.h"
+#include "webrtc/common_video/include/frame_callback.h"
#include "webrtc/config.h"
-#include "webrtc/frame_callback.h"
+#include "webrtc/media/base/videosinkinterface.h"
#include "webrtc/stream.h"
#include "webrtc/transport.h"
-#include "webrtc/media/base/videosinkinterface.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698