Include files from webrtc/.. paths in video_coding/. BUG=1662 R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1783006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4348 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/modules/video_coding/main/source/timestamp_extrapolator.h b/modules/video_coding/main/source/timestamp_extrapolator.h index 13ca37d..4565186 100644 --- a/modules/video_coding/main/source/timestamp_extrapolator.h +++ b/modules/video_coding/main/source/timestamp_extrapolator.h
@@ -11,8 +11,8 @@ #ifndef WEBRTC_MODULES_VIDEO_CODING_TIMESTAMP_EXTRAPOLATOR_H_ #define WEBRTC_MODULES_VIDEO_CODING_TIMESTAMP_EXTRAPOLATOR_H_ -#include "typedefs.h" -#include "rw_lock_wrapper.h" +#include "webrtc/system_wrappers/interface/rw_lock_wrapper.h" +#include "webrtc/typedefs.h" namespace webrtc {