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

Unified Diff: webrtc/common_video/include/video_frame_buffer.h

Issue 1418913006: common_video: rename interface -> include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 5 years, 1 month 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/video_frame_buffer.h
diff --git a/webrtc/common_video/interface/video_frame_buffer.h b/webrtc/common_video/include/video_frame_buffer.h
similarity index 96%
copy from webrtc/common_video/interface/video_frame_buffer.h
copy to webrtc/common_video/include/video_frame_buffer.h
index 1062165b8103af7604a117fbfd00c49fd0f81885..710d2862f0b9a37c88bf72898c24c80d60d52648 100644
--- a/webrtc/common_video/interface/video_frame_buffer.h
+++ b/webrtc/common_video/include/video_frame_buffer.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_FRAME_BUFFER_H_
-#define WEBRTC_VIDEO_FRAME_BUFFER_H_
+#ifndef WEBRTC_COMMON_VIDEO_INCLUDE_VIDEO_FRAME_BUFFER_H_
+#define WEBRTC_COMMON_VIDEO_INCLUDE_VIDEO_FRAME_BUFFER_H_
#include "webrtc/base/callback.h"
#include "webrtc/base/refcount.h"
@@ -154,4 +154,4 @@ rtc::scoped_refptr<VideoFrameBuffer> ShallowCenterCrop(
} // namespace webrtc
-#endif // WEBRTC_VIDEO_FRAME_BUFFER_H_
+#endif // WEBRTC_COMMON_VIDEO_INCLUDE_VIDEO_FRAME_BUFFER_H_

Powered by Google App Engine
This is Rietveld 408576698