| Index: webrtc/common_video/h264/sps_parser.cc
 | 
| diff --git a/webrtc/common_video/h264/sps_parser.cc b/webrtc/common_video/h264/sps_parser.cc
 | 
| index 3bf08539bf90d47422db9250e5b85b426e413ab3..fbf7ee77944e3e2adf577adcc5c6621e0e9bec72 100644
 | 
| --- a/webrtc/common_video/h264/sps_parser.cc
 | 
| +++ b/webrtc/common_video/h264/sps_parser.cc
 | 
| @@ -14,8 +14,8 @@
 | 
|  #include <vector>
 | 
|  
 | 
|  #include "webrtc/common_video/h264/h264_common.h"
 | 
| -#include "webrtc/base/bitbuffer.h"
 | 
| -#include "webrtc/base/logging.h"
 | 
| +#include "webrtc/rtc_base/bitbuffer.h"
 | 
| +#include "webrtc/rtc_base/logging.h"
 | 
|  
 | 
|  typedef rtc::Optional<webrtc::SpsParser::SpsState> OptionalSps;
 | 
|  
 | 
| 
 |