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

Unified Diff: media/cast/test/loopback_transport.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
« no previous file with comments | « media/cast/test/fake_video_encode_accelerator.h ('k') | media/cast/test/loopback_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/loopback_transport.h
diff --git a/media/cast/test/loopback_transport.h b/media/cast/test/loopback_transport.h
index cf29fbb7895c33eddf4aa088a9f238bfa72d56eb..64d99e6c3a682d383ede88148806bea89b0a8f4e 100644
--- a/media/cast/test/loopback_transport.h
+++ b/media/cast/test/loopback_transport.h
@@ -30,9 +30,9 @@ class LoopBackTransport : public PacketSender {
virtual ~LoopBackTransport();
virtual bool SendPacket(PacketRef packet,
- const base::Closure& cb) OVERRIDE;
+ const base::Closure& cb) override;
- virtual int64 GetBytesSent() OVERRIDE;
+ virtual int64 GetBytesSent() override;
// Initiailize this loopback transport.
// Establish a flow of packets from |pipe| to |packet_receiver|.
« no previous file with comments | « media/cast/test/fake_video_encode_accelerator.h ('k') | media/cast/test/loopback_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698