Index: webrtc/modules/rtp_rtcp/BUILD.gn |
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn |
index c651424611424bbe1a983633a955ba8f70d8a422..6239c0420d01eb736449bd7430b04717832a9b5c 100644 |
--- a/webrtc/modules/rtp_rtcp/BUILD.gn |
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn |
@@ -10,14 +10,14 @@ import("../../build/webrtc.gni") |
source_set("rtp_rtcp") { |
sources = [ |
- "interface/fec_receiver.h", |
- "interface/receive_statistics.h", |
- "interface/remote_ntp_time_estimator.h", |
- "interface/rtp_header_parser.h", |
- "interface/rtp_payload_registry.h", |
- "interface/rtp_receiver.h", |
- "interface/rtp_rtcp.h", |
- "interface/rtp_rtcp_defines.h", |
+ "include/fec_receiver.h", |
+ "include/receive_statistics.h", |
+ "include/remote_ntp_time_estimator.h", |
+ "include/rtp_header_parser.h", |
+ "include/rtp_payload_registry.h", |
+ "include/rtp_receiver.h", |
+ "include/rtp_rtcp.h", |
+ "include/rtp_rtcp_defines.h", |
"mocks/mock_rtp_rtcp.h", |
"source/bitrate.cc", |
"source/bitrate.h", |