Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc

Issue 2717983003: Move fake_audio_device to its own target. (Closed)
Patch Set: Fix more rtp.. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc
index 0aa6361e26fc85dcf46ac08ae2d635cee992563e..40b8e061b990de6a258d72fd4d365ec9d50d716a 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc
@@ -211,7 +211,7 @@ class TestTransport : public Transport,
return true;
}
int OnReceivedPayloadData(const uint8_t* payload_data,
- const size_t payload_size,
+ size_t payload_size,
const WebRtcRTPHeader* rtp_header) override {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698