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

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/packet.h

Issue 1232373004: Adapting sequence number type to fit standards (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merged with master Created 5 years, 5 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
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/remote_bitrate_estimator/test/packet.h
diff --git a/webrtc/modules/remote_bitrate_estimator/test/packet.h b/webrtc/modules/remote_bitrate_estimator/test/packet.h
index 4edad8fdae81796bf8722c9139aeebf3711b6711..9be894da5fcb9bda9806251da937dfce52d77542 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/packet.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/packet.h
@@ -69,7 +69,7 @@ class MediaPacket : public Packet {
int64_t send_time_us,
size_t payload_size,
const RTPHeader& header);
- MediaPacket(int64_t send_time_us, uint32_t sequence_number);
+ MediaPacket(int64_t send_time_us, uint16_t sequence_number);
virtual ~MediaPacket() {}
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698