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

Unified Diff: webrtc/common_types.h

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Include base/timeutils.h from api/video_frame.h. Created 4 years 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/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 2988bf9f41a6fb8763cb31342217e24b4fe8d879..f8ce9a48e5217f915484dc948a0aa25d454c19e4 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -17,9 +17,9 @@
#include <string>
#include <vector>
+#include "webrtc/api/video/video_rotation.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/optional.h"
-#include "webrtc/common_video/rotation.h"
#include "webrtc/typedefs.h"
#if defined(_MSC_VER)

Powered by Google App Engine
This is Rietveld 408576698