| Index: Source/web/MediaKeysClientImpl.cpp
|
| diff --git a/Source/web/MediaKeysClientImpl.cpp b/Source/web/MediaKeysClientImpl.cpp
|
| index d78da372c3785309d2a465917924a986df6f3492..0e2d4502d93b2dc73099e5815dd94fca1fc49d4c 100644
|
| --- a/Source/web/MediaKeysClientImpl.cpp
|
| +++ b/Source/web/MediaKeysClientImpl.cpp
|
| @@ -11,7 +11,7 @@
|
| #include "public/web/WebFrameClient.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
| @@ -19,7 +19,7 @@ MediaKeysClientImpl::MediaKeysClientImpl()
|
| {
|
| }
|
|
|
| -PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(WebCore::ExecutionContext* executionContext, const String& keySystem)
|
| +PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(blink::ExecutionContext* executionContext, const String& keySystem)
|
| {
|
| Document* document = toDocument(executionContext);
|
| WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
|
|
|