Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: Source/web/MediaKeysClientImpl.cpp

Issue 462353003: Cleanup namespace usage in Source/web[A-V]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor updates Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/MIDIClientProxy.cpp ('k') | Source/web/NavigatorContentUtilsClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « Source/web/MIDIClientProxy.cpp ('k') | Source/web/NavigatorContentUtilsClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698