summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/pc/test/integration_test_helpers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/pc/test/integration_test_helpers.cc')
-rw-r--r--third_party/libwebrtc/pc/test/integration_test_helpers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libwebrtc/pc/test/integration_test_helpers.cc b/third_party/libwebrtc/pc/test/integration_test_helpers.cc
index ede159d744..64d8debc09 100644
--- a/third_party/libwebrtc/pc/test/integration_test_helpers.cc
+++ b/third_party/libwebrtc/pc/test/integration_test_helpers.cc
@@ -46,7 +46,7 @@ void RemoveSsrcsAndKeepMsids(cricket::SessionDescription* desc) {
int FindFirstMediaStatsIndexByKind(
const std::string& kind,
- const std::vector<const webrtc::RTCInboundRtpStreamStats*>& inbound_rtps) {
+ const std::vector<const RTCInboundRtpStreamStats*>& inbound_rtps) {
for (size_t i = 0; i < inbound_rtps.size(); i++) {
if (*inbound_rtps[i]->kind == kind) {
return i;