Index: webrtc/modules/video_coding/codecs/interface/mock/mock_video_codec_interface.h |
diff --git a/webrtc/modules/video_coding/codecs/interface/mock/mock_video_codec_interface.h b/webrtc/modules/video_coding/codecs/interface/mock/mock_video_codec_interface.h |
index b3af4794212ae7ff0b6d54e9ea12f64b56077b90..69a9375704bf44dfc6fd9fdb24c2f9a1c35b7d34 100644 |
--- a/webrtc/modules/video_coding/codecs/interface/mock/mock_video_codec_interface.h |
+++ b/webrtc/modules/video_coding/codecs/interface/mock/mock_video_codec_interface.h |
@@ -8,13 +8,15 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_MOCK_MOCK_VIDEO_CODEC_INTERFACE_H_ |
-#define WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_MOCK_MOCK_VIDEO_CODEC_INTERFACE_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CODING_INCLUDE_MOCK_MOCK_VIDEO_CODEC_INTERFACE_H_ |
+#define WEBRTC_MODULES_VIDEO_CODING_INCLUDE_MOCK_MOCK_VIDEO_CODEC_INTERFACE_H_ |
+ |
+#pragma message("WARNING: video_coding/codecs/interface is DEPRECATED; use video_coding/include") |
#include <string> |
#include "testing/gmock/include/gmock/gmock.h" |
-#include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h" |
+#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -74,4 +76,4 @@ class MockVideoDecoder : public VideoDecoder { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_INTERFACE_MOCK_MOCK_VIDEO_CODEC_INTERFACE_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_MOCK_MOCK_VIDEO_CODEC_INTERFACE_H_ |