| Index: webrtc/modules/pacing/bitrate_prober.h
|
| diff --git a/webrtc/modules/pacing/bitrate_prober.h b/webrtc/modules/pacing/bitrate_prober.h
|
| index fc0e13fb676cf4b3072c52e5eeaca5bcb6709ced..f575f48a8bbd893146022a6e9c0e50d6fa3af4d7 100644
|
| --- a/webrtc/modules/pacing/bitrate_prober.h
|
| +++ b/webrtc/modules/pacing/bitrate_prober.h
|
| @@ -38,7 +38,7 @@ class BitrateProber {
|
|
|
| // Create a cluster used to probe for |bitrate_bps| with |num_packets| number
|
| // of packets.
|
| - void ProbeAtBitrate(uint32_t bitrate_bps, int num_packets);
|
| + void ProbeAtBitrate(int bitrate_bps, int num_packets);
|
|
|
| // Returns the number of milliseconds until the next packet should be sent to
|
| // get accurate probing.
|
|
|