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 7f54f0c74dca638a1d4e521f196f1fb0f965fbf0..38e53c94006af92c2cfe67c520d6b1f59784b3ee 100644 |
--- a/content/renderer/media/crypto/pepper_cdm_wrapper_impl.h |
+++ b/content/renderer/media/crypto/pepper_cdm_wrapper_impl.h |
@@ -47,7 +47,7 @@ class PepperCdmWrapperImpl : public PepperCdmWrapper { |
virtual ~PepperCdmWrapperImpl(); |
// Returns the ContentDecryptorDelegate* associated with this plugin. |
- virtual ContentDecryptorDelegate* GetCdmDelegate() OVERRIDE; |
+ virtual ContentDecryptorDelegate* GetCdmDelegate() override; |
private: |
typedef scoped_ptr<blink::WebHelperPlugin, WebHelperPluginDeleter> |