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

Unified Diff: content/renderer/media/crypto/pepper_cdm_wrapper_impl.h

Issue 670683003: Standardize usage of virtual/override/final 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/crypto/pepper_cdm_wrapper_impl.h
diff --git a/content/renderer/media/crypto/pepper_cdm_wrapper_impl.h b/content/renderer/media/crypto/pepper_cdm_wrapper_impl.h
index 38e53c94006af92c2cfe67c520d6b1f59784b3ee..ea4f31c249b247bfe4f82d007baffe62d4c1142d 100644
--- a/content/renderer/media/crypto/pepper_cdm_wrapper_impl.h
+++ b/content/renderer/media/crypto/pepper_cdm_wrapper_impl.h
@@ -44,10 +44,10 @@ class PepperCdmWrapperImpl : public PepperCdmWrapper {
const std::string& pluginType,
const GURL& security_origin);
- virtual ~PepperCdmWrapperImpl();
+ ~PepperCdmWrapperImpl() override;
// Returns the ContentDecryptorDelegate* associated with this plugin.
- virtual ContentDecryptorDelegate* GetCdmDelegate() override;
+ ContentDecryptorDelegate* GetCdmDelegate() override;
private:
typedef scoped_ptr<blink::WebHelperPlugin, WebHelperPluginDeleter>
« no previous file with comments | « content/renderer/media/crypto/key_systems_unittest.cc ('k') | content/renderer/media/crypto/ppapi_decryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698