| Index: webrtc/modules/video_coding/video_coding_impl.h
 | 
| diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h
 | 
| index 37d2b2d299efe2bf51ae7d0df2dc4c1cd658ee88..5e547df07ae472c3a09236e61afb701b3a4a6b96 100644
 | 
| --- a/webrtc/modules/video_coding/video_coding_impl.h
 | 
| +++ b/webrtc/modules/video_coding/video_coding_impl.h
 | 
| @@ -17,6 +17,10 @@
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| +#include "webrtc/base/onetimeevent.h"
 | 
| +#include "webrtc/base/sequenced_task_checker.h"
 | 
| +#include "webrtc/base/thread_annotations.h"
 | 
| +#include "webrtc/base/thread_checker.h"
 | 
|  #include "webrtc/common_video/include/frame_callback.h"
 | 
|  #include "webrtc/modules/video_coding/codec_database.h"
 | 
|  #include "webrtc/modules/video_coding/frame_buffer.h"
 | 
| @@ -27,10 +31,6 @@
 | 
|  #include "webrtc/modules/video_coding/qp_parser.h"
 | 
|  #include "webrtc/modules/video_coding/receiver.h"
 | 
|  #include "webrtc/modules/video_coding/timing.h"
 | 
| -#include "webrtc/rtc_base/onetimeevent.h"
 | 
| -#include "webrtc/rtc_base/sequenced_task_checker.h"
 | 
| -#include "webrtc/rtc_base/thread_annotations.h"
 | 
| -#include "webrtc/rtc_base/thread_checker.h"
 | 
|  #include "webrtc/system_wrappers/include/clock.h"
 | 
|  
 | 
|  namespace webrtc {
 | 
| 
 |