Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1099)

Unified Diff: media/cast/net/pacing/paced_sender.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/net/pacing/paced_sender.h
diff --git a/media/cast/net/pacing/paced_sender.h b/media/cast/net/pacing/paced_sender.h
index 66cc6ec46280f3eaa31fe9ff651d5dec564bdfbe..ca385170df04752d342bc1ec619c411fa4215153 100644
--- a/media/cast/net/pacing/paced_sender.h
+++ b/media/cast/net/pacing/paced_sender.h
@@ -111,11 +111,11 @@ class PacedSender : public PacedPacketSender,
int64 GetLastByteSentForSsrc(uint32 ssrc);
// PacedPacketSender implementation.
- virtual bool SendPackets(const SendPacketVector& packets) OVERRIDE;
+ virtual bool SendPackets(const SendPacketVector& packets) override;
virtual bool ResendPackets(const SendPacketVector& packets,
- const DedupInfo& dedup_info) OVERRIDE;
- virtual bool SendRtcpPacket(uint32 ssrc, PacketRef packet) OVERRIDE;
- virtual void CancelSendingPacket(const PacketKey& packet_key) OVERRIDE;
+ const DedupInfo& dedup_info) override;
+ virtual bool SendRtcpPacket(uint32 ssrc, PacketRef packet) override;
+ virtual void CancelSendingPacket(const PacketKey& packet_key) override;
private:
// Actually sends the packets to the transport.
« no previous file with comments | « media/cast/net/cast_transport_sender_impl_unittest.cc ('k') | media/cast/net/pacing/paced_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698