Index: webrtc/common_video/interface/video_frame_buffer.h |
diff --git a/webrtc/common_video/interface/video_frame_buffer.h b/webrtc/common_video/interface/video_frame_buffer.h |
index 1062165b8103af7604a117fbfd00c49fd0f81885..0b1c3233fdac72d898b475d4c51e962a926aa045 100644 |
--- a/webrtc/common_video/interface/video_frame_buffer.h |
+++ b/webrtc/common_video/interface/video_frame_buffer.h |
@@ -8,8 +8,10 @@ |
* 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_ |
+ |
+#pragma message("WARNING: common_video/include is DEPRECATED; use common_video/include") |
Matt Giuca
2015/11/18 03:18:52
This is spamming the Chrome build logs. Please rem
kjellander_webrtc
2015/11/18 06:38:27
I don't consider one warning emitted during compil
|
#include "webrtc/base/callback.h" |
#include "webrtc/base/refcount.h" |
@@ -154,4 +156,4 @@ rtc::scoped_refptr<VideoFrameBuffer> ShallowCenterCrop( |
} // namespace webrtc |
-#endif // WEBRTC_VIDEO_FRAME_BUFFER_H_ |
+#endif // WEBRTC_COMMON_VIDEO_INCLUDE_VIDEO_FRAME_BUFFER_H_ |