| Index: webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h
|
| diff --git a/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h b/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h
|
| index bc4aec8967e3137140b89994cfef017603a8970f..ca5434ee6d05a6a80153695ecf57730ce8a70772 100644
|
| --- a/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h
|
| +++ b/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h
|
| @@ -13,9 +13,9 @@
|
|
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -#include "webrtc/modules/interface/module.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
|
| -#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
|
| +#include "webrtc/modules/include/module.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/rtcp_packet/transport_feedback.h"
|
|
|
| namespace webrtc {
|
|
|