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

Unified Diff: media/base/message_loop_factory_impl.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/data_buffer.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/message_loop_factory_impl.h
diff --git a/media/base/message_loop_factory_impl.h b/media/base/message_loop_factory_impl.h
index f5b5c06dde48b91b2b93c313588919b088d528f3..e0e0710ea624f5e27879f448313e07dd72960647 100644
--- a/media/base/message_loop_factory_impl.h
+++ b/media/base/message_loop_factory_impl.h
@@ -18,9 +18,9 @@ class MEDIA_EXPORT MessageLoopFactoryImpl : public MessageLoopFactory {
MessageLoopFactoryImpl();
// MessageLoopFactory methods.
- virtual MessageLoop* GetMessageLoop(const std::string& name);
+ virtual MessageLoop* GetMessageLoop(const std::string& name) OVERRIDE;
virtual scoped_refptr<base::MessageLoopProxy> GetMessageLoopProxy(
- const std::string& name);
+ const std::string& name) OVERRIDE;
protected:
virtual ~MessageLoopFactoryImpl();
« no previous file with comments | « media/base/data_buffer.h ('k') | media/base/video_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698