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

Unified Diff: content/test/test_media_stream_renderer_factory.h

Issue 630813002: Replace OVERRIDE and FINAL with override and final in content/test/[a-s]* (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
« no previous file with comments | « content/test/test_frame_navigation_observer.h ('k') | content/test/test_render_frame_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_media_stream_renderer_factory.h
diff --git a/content/test/test_media_stream_renderer_factory.h b/content/test/test_media_stream_renderer_factory.h
index cf0aa7e1bd8517f4063c86f65085c7f1cd72de32..042c90269b2c14c9559d6892c897b4d7f0e21e14 100644
--- a/content/test/test_media_stream_renderer_factory.h
+++ b/content/test/test_media_stream_renderer_factory.h
@@ -22,12 +22,12 @@ class TestMediaStreamRendererFactory : public MediaStreamRendererFactory {
virtual scoped_refptr<VideoFrameProvider> GetVideoFrameProvider(
const GURL& url,
const base::Closure& error_cb,
- const VideoFrameProvider::RepaintCB& repaint_cb) OVERRIDE;
+ const VideoFrameProvider::RepaintCB& repaint_cb) override;
virtual scoped_refptr<MediaStreamAudioRenderer> GetAudioRenderer(
const GURL& url,
int render_view_id,
- int render_frame_id) OVERRIDE;
+ int render_frame_id) override;
};
} // namespace content
« no previous file with comments | « content/test/test_frame_navigation_observer.h ('k') | content/test/test_render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698