| Index: webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/h264_bitstream_parser_unittest.cc b/webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
|
| similarity index 96%
|
| rename from webrtc/modules/rtp_rtcp/source/h264_bitstream_parser_unittest.cc
|
| rename to webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
|
| index 6c726c3120f5bdabd52cfcc53239158596d75a89..ebc44675444d535dceeab9af09c6d9296b25296a 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/h264_bitstream_parser_unittest.cc
|
| +++ b/webrtc/modules/video_coding/utility/h264_bitstream_parser_unittest.cc
|
| @@ -8,7 +8,7 @@
|
| * 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 "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|