| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h
|
| index 37c3e6e49ae8322998e7813ff4e8ad3ee7fb19cf..0e0a34a4a43ca329f60cc8a5a89fd4ee6bd1f0c2 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h
|
| @@ -12,8 +12,8 @@
|
| #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_RECEIVER_STRATEGY_H_
|
|
|
| #include "webrtc/base/scoped_ptr.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
|
| +#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| #include "webrtc/typedefs.h"
|
|
|