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

Unified Diff: content/renderer/media/android/stream_texture_factory_synchronous_impl.cc

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (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: content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
diff --git a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
index 57f6ec674e8f4de47622732a18b40f4cad080f85..5c0fb59065cdb91a5b37e7096ace45b6768d1199 100644
--- a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
+++ b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
@@ -36,8 +36,8 @@ class StreamTextureProxyImpl
// StreamTextureProxy implementation:
virtual void BindToLoop(int32 stream_id,
cc::VideoFrameProvider::Client* client,
- scoped_refptr<base::MessageLoopProxy> loop) OVERRIDE;
- virtual void Release() OVERRIDE;
+ scoped_refptr<base::MessageLoopProxy> loop) override;
+ virtual void Release() override;
private:
void BindOnThread(int32 stream_id);

Powered by Google App Engine
This is Rietveld 408576698