| Index: Source/web/MediaKeysClientImpl.h
|
| diff --git a/Source/web/MediaKeysClientImpl.h b/Source/web/MediaKeysClientImpl.h
|
| index cc6510b6878120fbd9f82d9c5d4ec95bb49a4a63..487b172e9bceefc51225a841c2a814c05c2e0af9 100644
|
| --- a/Source/web/MediaKeysClientImpl.h
|
| +++ b/Source/web/MediaKeysClientImpl.h
|
| @@ -13,12 +13,12 @@ namespace blink {
|
| class WebContentDecryptionModule;
|
| class WebViewImpl;
|
|
|
| -class MediaKeysClientImpl FINAL : public MediaKeysClient {
|
| +class MediaKeysClientImpl final : public MediaKeysClient {
|
| public:
|
| MediaKeysClientImpl();
|
|
|
| // MediaKeysClient implementation.
|
| - virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) OVERRIDE;
|
| + virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) override;
|
| };
|
|
|
| } // namespace blink
|
|
|