Fix some chromium-style warnings in webrtc/modules/pacing/

BUG=163
R=pwestin@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1902005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4445 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org 2013-07-31 15:18:19 +00:00
parent f3e4ceee47
commit 0193158634

View File

@ -85,10 +85,10 @@ class PacedSender : public Module {
// Returns the number of milliseconds until the module want a worker thread
// to call Process.
virtual int32_t TimeUntilNextProcess();
virtual int32_t TimeUntilNextProcess() OVERRIDE;
// Process any pending packets in the queue(s).
virtual int32_t Process();
virtual int32_t Process() OVERRIDE;
private:
// Return true if next packet in line should be transmitted.