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

Unified Diff: chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc

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/decoder_buffer_base_marshaller.cc
diff --git a/chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc b/chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc
index bfdb7c121ca3a36ec3fc1bdd600cca3694fb8c85..14eb742495f1ed97dd648749e14ba1252257d641 100644
--- a/chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc
+++ b/chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc
@@ -24,12 +24,12 @@ class DecoderBufferFromMsg : public DecoderBufferBase {
void Initialize();
// DecoderBufferBase implementation.
- virtual base::TimeDelta timestamp() const OVERRIDE;
- virtual const uint8* data() const OVERRIDE;
- virtual uint8* writable_data() const OVERRIDE;
- virtual int data_size() const OVERRIDE;
- virtual const ::media::DecryptConfig* decrypt_config() const OVERRIDE;
- virtual bool end_of_stream() const OVERRIDE;
+ virtual base::TimeDelta timestamp() const override;
+ virtual const uint8* data() const override;
+ virtual uint8* writable_data() const override;
+ virtual int data_size() const override;
+ virtual const ::media::DecryptConfig* decrypt_config() const override;
+ virtual bool end_of_stream() const override;
private:
virtual ~DecoderBufferFromMsg();
« no previous file with comments | « chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h ('k') | chromecast/media/cma/test/mock_frame_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698