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

Unified Diff: Source/web/MediaKeysClientImpl.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/MediaKeysClientImpl.h ('k') | Source/web/NavigatorContentUtilsClientImpl.h » ('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 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());
« no previous file with comments | « Source/web/MediaKeysClientImpl.h ('k') | Source/web/NavigatorContentUtilsClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698