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

Unified Diff: chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (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: chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
diff --git a/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h b/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
index 08f52943b91cc6ad2203f5a7dfa1c9773a923268..9dc9471bc5b62fcef612700a9d2e9d9040336a3c 100644
--- a/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
+++ b/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
@@ -28,8 +28,8 @@ class CodedFrameProviderHost : public CodedFrameProvider {
virtual ~CodedFrameProviderHost();
// CodedFrameProvider implementation.
- virtual void Read(const ReadCB& read_cb) OVERRIDE;
- virtual void Flush(const base::Closure& flush_cb) OVERRIDE;
+ virtual void Read(const ReadCB& read_cb) override;
+ virtual void Flush(const base::Closure& flush_cb) override;
// Invoked when some data has been written into the fifo.
void OnFifoWriteEvent();

Powered by Google App Engine
This is Rietveld 408576698