| Index: Source/platform/drm/ContentDecryptionModule.h
|
| diff --git a/Source/platform/drm/ContentDecryptionModule.h b/Source/platform/drm/ContentDecryptionModule.h
|
| index a4136c4aef3407cf43d363726f2c78010074052a..0d23318ca34840207e4fac06f28535d3e1712650 100644
|
| --- a/Source/platform/drm/ContentDecryptionModule.h
|
| +++ b/Source/platform/drm/ContentDecryptionModule.h
|
| @@ -48,7 +48,7 @@ public:
|
| static bool supportsKeySystem(const String&);
|
| static PassOwnPtr<ContentDecryptionModule> create(const String& keySystem);
|
|
|
| - ContentDecryptionModule(PassOwnPtr<WebKit::WebContentDecryptionModule>);
|
| + ContentDecryptionModule(PassOwnPtr<blink::WebContentDecryptionModule>);
|
| ~ContentDecryptionModule();
|
|
|
| // ContentDecryptionModule
|
| @@ -56,7 +56,7 @@ public:
|
| PassOwnPtr<ContentDecryptionModuleSession> createSession(ContentDecryptionModuleSessionClient*);
|
|
|
| private:
|
| - OwnPtr<WebKit::WebContentDecryptionModule> m_cdm;
|
| + OwnPtr<blink::WebContentDecryptionModule> m_cdm;
|
| };
|
|
|
| } // namespace WebCore
|
|
|