Index: webrtc/modules/video_coding/session_info.h |
diff --git a/webrtc/modules/video_coding/main/source/session_info.h b/webrtc/modules/video_coding/session_info.h |
similarity index 95% |
rename from webrtc/modules/video_coding/main/source/session_info.h |
rename to webrtc/modules/video_coding/session_info.h |
index 37e97686607f8923eae771cede3e7ef1e85c38d5..b2f1df08bb98dd3d21ce1a6fa9af41e637160468 100644 |
--- a/webrtc/modules/video_coding/main/source/session_info.h |
+++ b/webrtc/modules/video_coding/session_info.h |
@@ -8,14 +8,14 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_SESSION_INFO_H_ |
-#define WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_SESSION_INFO_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CODING_SESSION_INFO_H_ |
+#define WEBRTC_MODULES_VIDEO_CODING_SESSION_INFO_H_ |
#include <list> |
#include "webrtc/modules/include/module_common_types.h" |
-#include "webrtc/modules/video_coding/main/interface/video_coding.h" |
-#include "webrtc/modules/video_coding/main/source/packet.h" |
+#include "webrtc/modules/video_coding/include/video_coding.h" |
+#include "webrtc/modules/video_coding/packet.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -169,4 +169,4 @@ class VCMSessionInfo { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_SESSION_INFO_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_SESSION_INFO_H_ |