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

Unified Diff: webrtc/common_video/include/frame_callback.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/common_video/include/frame_callback.h
diff --git a/webrtc/frame_callback.h b/webrtc/common_video/include/frame_callback.h
similarity index 89%
rename from webrtc/frame_callback.h
rename to webrtc/common_video/include/frame_callback.h
index 2bae25036d9aaa5da3d4845b9fd33103cab3ef15..81737c6b962e4dca60e56796a62d2f6955e519d2 100644
--- a/webrtc/frame_callback.h
+++ b/webrtc/common_video/include/frame_callback.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_FRAME_CALLBACK_H_
-#define WEBRTC_FRAME_CALLBACK_H_
+#ifndef WEBRTC_COMMON_VIDEO_INCLUDE_FRAME_CALLBACK_H_
+#define WEBRTC_COMMON_VIDEO_INCLUDE_FRAME_CALLBACK_H_
#include <stddef.h>
#include <stdint.h>
@@ -52,4 +52,4 @@ class EncodedFrameObserver {
} // namespace webrtc
-#endif // WEBRTC_FRAME_CALLBACK_H_
+#endif // WEBRTC_COMMON_VIDEO_INCLUDE_FRAME_CALLBACK_H_

Powered by Google App Engine
This is Rietveld 408576698