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

Unified Diff: webrtc/modules/pacing/packet_router.h

Issue 2913793002: Address some violations of chromium-style. (Closed)
Patch Set: Created 3 years, 7 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: webrtc/modules/pacing/packet_router.h
diff --git a/webrtc/modules/pacing/packet_router.h b/webrtc/modules/pacing/packet_router.h
index ea05d45d77bb83351df303cbc8c4613319127d84..346f68f22ec8db2d2c74b26e461dcb883dad9814 100644
--- a/webrtc/modules/pacing/packet_router.h
+++ b/webrtc/modules/pacing/packet_router.h
@@ -40,7 +40,7 @@ class PacketRouter : public PacedSender::PacketSender,
public RemoteBitrateObserver {
public:
PacketRouter();
- virtual ~PacketRouter();
+ ~PacketRouter() override;
// TODO(nisse): Delete, as soon as downstream app is updated.
RTC_DEPRECATED void AddRtpModule(RtpRtcp* rtp_module) {

Powered by Google App Engine
This is Rietveld 408576698