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

Unified Diff: media/base/data_buffer.h

Issue 8520033: Add OVERRIDE to media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/base/composite_data_source_factory.h ('k') | media/base/message_loop_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/data_buffer.h
diff --git a/media/base/data_buffer.h b/media/base/data_buffer.h
index de1eb350720a5dc5249461f1a4ef755c43b39de9..bb010f3f8ef1fc48f1000d85345d0a3b80ba3edc 100644
--- a/media/base/data_buffer.h
+++ b/media/base/data_buffer.h
@@ -26,8 +26,8 @@ class MEDIA_EXPORT DataBuffer : public Buffer {
explicit DataBuffer(size_t buffer_size);
// Buffer implementation.
- virtual const uint8* GetData() const;
- virtual size_t GetDataSize() const;
+ virtual const uint8* GetData() const OVERRIDE;
+ virtual size_t GetDataSize() const OVERRIDE;
// Returns a read-write pointer to the buffer data.
virtual uint8* GetWritableData();
« no previous file with comments | « media/base/composite_data_source_factory.h ('k') | media/base/message_loop_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698