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

Unified Diff: media/base/async_filter_factory_base.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/audio/test_audio_input_controller_factory.h ('k') | media/base/buffers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/async_filter_factory_base.h
diff --git a/media/base/async_filter_factory_base.h b/media/base/async_filter_factory_base.h
index 0f512d159ad39e4030d218ff6ed8bdcfdfe60bb3..303bad998fcc032e0c27b6c4aa87df7339ec1233 100644
--- a/media/base/async_filter_factory_base.h
+++ b/media/base/async_filter_factory_base.h
@@ -54,7 +54,8 @@ class MEDIA_EXPORT AsyncDataSourceFactoryBase : public DataSourceFactory {
// DataSourceFactory method.
// Derived classes should not overload this Build() method. AllowRequests() &
// CreateRequest() should be implemented instead.
- virtual void Build(const std::string& url, const BuildCallback& callback);
+ virtual void Build(const std::string& url,
+ const BuildCallback& callback) OVERRIDE;
// DataSourceFactory method.
// Clone() must be implemented by derived classes.
« no previous file with comments | « media/audio/test_audio_input_controller_factory.h ('k') | media/base/buffers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698