Index: webrtc/modules/video_coding/utility/h264_bitstream_parser.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.cc b/webrtc/modules/video_coding/utility/h264_bitstream_parser.cc |
similarity index 99% |
rename from webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.cc |
rename to webrtc/modules/video_coding/utility/h264_bitstream_parser.cc |
index e23a3fa629bf203961bc074f084ebd303a629189..9102a6a62d54cf8899369cf61f9eb64e519ef53e 100644 |
--- a/webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.cc |
+++ b/webrtc/modules/video_coding/utility/h264_bitstream_parser.cc |
@@ -7,7 +7,7 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.h" |
+#include "webrtc/modules/video_coding/utility/h264_bitstream_parser.h" |
#include <memory> |
#include <vector> |