| Index: webrtc/modules/pacing/paced_sender.h
|
| diff --git a/webrtc/modules/pacing/paced_sender.h b/webrtc/modules/pacing/paced_sender.h
|
| index 62e794fdbc74929173d75d533e68a9f4b81649c0..e2c757dc8f9d7557c3647c09c0f441369ba60a6a 100644
|
| --- a/webrtc/modules/pacing/paced_sender.h
|
| +++ b/webrtc/modules/pacing/paced_sender.h
|
| @@ -122,7 +122,7 @@
|
| int64_t TimeUntilNextProcess() override;
|
|
|
| // Process any pending packets in the queue(s).
|
| - int32_t Process() override;
|
| + void Process() override;
|
|
|
| private:
|
| // Updates the number of bytes that can be sent for the next time interval.
|
|
|