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

Unified Diff: Source/platform/drm/ContentDecryptionModule.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/platform/blob/BlobRegistry.cpp ('k') | Source/platform/drm/ContentDecryptionModule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/blob/BlobRegistry.cpp ('k') | Source/platform/drm/ContentDecryptionModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698