Address some violations of chromium-style.
BUG=webrtc:163 Review-Url: https://codereview.webrtc.org/2913793002 Cr-Commit-Position: refs/heads/master@{#18345}
This commit is contained in:
@ -45,7 +45,7 @@ class DelayBasedBwe {
|
||||
};
|
||||
|
||||
DelayBasedBwe(RtcEventLog* event_log, const Clock* clock);
|
||||
virtual ~DelayBasedBwe() {}
|
||||
virtual ~DelayBasedBwe();
|
||||
|
||||
Result IncomingPacketFeedbackVector(
|
||||
const std::vector<PacketFeedback>& packet_feedback_vector);
|
||||
|
||||
Reference in New Issue
Block a user