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