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:
nisse
2017-05-31 02:24:52 -07:00
committed by Commit Bot
parent 210832696f
commit 76e62b0d38
20 changed files with 100 additions and 38 deletions

View File

@ -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);