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