Index: webrtc/modules/video_coding/utility/vp8_header_parser.h |
diff --git a/webrtc/modules/video_coding/utility/include/vp8_header_parser.h b/webrtc/modules/video_coding/utility/vp8_header_parser.h |
similarity index 92% |
rename from webrtc/modules/video_coding/utility/include/vp8_header_parser.h |
rename to webrtc/modules/video_coding/utility/vp8_header_parser.h |
index 711ca8f5993c85c51edeecf88dba0f7468030f48..b4b1d3356fe5c8a18ddfbf927ba29dd6d5d7cc9e 100644 |
--- a/webrtc/modules/video_coding/utility/include/vp8_header_parser.h |
+++ b/webrtc/modules/video_coding/utility/vp8_header_parser.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_PARSE_HEADER_H_ |
-#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_PARSE_HEADER_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_HEADER_PARSER_H_ |
+#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_HEADER_PARSER_H_ |
#include <stdint.h> |
#include <stdio.h> |
@@ -77,4 +77,4 @@ bool GetQp(const uint8_t* buf, size_t length, int* qp); |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_PARSE_HEADER_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_HEADER_PARSER_H_ |