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

Unified Diff: media/video/capture/win/pin_base_win.cc

Issue 410833002: media/win: Make TypeEnumerator FINAL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/win/pin_base_win.cc
diff --git a/media/video/capture/win/pin_base_win.cc b/media/video/capture/win/pin_base_win.cc
index 3a5139ea39d54eaed7fe7eb59e8a204bd1d17dc9..ef535e1ab373ddd9c7dc1394e4491c7211767a32 100644
--- a/media/video/capture/win/pin_base_win.cc
+++ b/media/video/capture/win/pin_base_win.cc
@@ -9,7 +9,7 @@
namespace media {
// Implement IEnumPins.
-class TypeEnumerator
+class TypeEnumerator FINAL
: public IEnumMediaTypes,
public base::RefCounted<TypeEnumerator> {
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698