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

Unified Diff: webrtc/video_send_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_send_stream.h
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h
index a6ef1e0e850cbb27b9e6c7c8df8628c7125e47cd..50a8df3f0d6511200bbb008e5dcf48837de3463e 100644
--- a/webrtc/video_send_stream.h
+++ b/webrtc/video_send_stream.h
@@ -15,8 +15,8 @@
#include <string>
#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"

Powered by Google App Engine
This is Rietveld 408576698