| Index: webrtc/common_video/h264/h264_bitstream_parser.cc
 | 
| diff --git a/webrtc/modules/video_coding/utility/h264_bitstream_parser.cc b/webrtc/common_video/h264/h264_bitstream_parser.cc
 | 
| similarity index 99%
 | 
| rename from webrtc/modules/video_coding/utility/h264_bitstream_parser.cc
 | 
| rename to webrtc/common_video/h264/h264_bitstream_parser.cc
 | 
| index 97cd0038695ca5f30fe4bccb48b32b1392b02b67..28b92e1241ba0b2ad91fd43419230def32fc3ee2 100644
 | 
| --- a/webrtc/modules/video_coding/utility/h264_bitstream_parser.cc
 | 
| +++ b/webrtc/common_video/h264/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/video_coding/utility/h264_bitstream_parser.h"
 | 
| +#include "webrtc/common_video/h264/h264_bitstream_parser.h"
 | 
|  
 | 
|  #include <memory>
 | 
|  #include <vector>
 | 
| 
 |