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

Unified Diff: content/renderer/media/webcontentdecryptionmodule_impl.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: content/renderer/media/webcontentdecryptionmodule_impl.cc
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.cc b/content/renderer/media/webcontentdecryptionmodule_impl.cc
index a70ad2adbb85a76b9cbdba57b8a8b31e747b3e79..a46b5ee531aefb85b021937cfe960e9f4a8140d8 100644
--- a/content/renderer/media/webcontentdecryptionmodule_impl.cc
+++ b/content/renderer/media/webcontentdecryptionmodule_impl.cc
@@ -170,9 +170,9 @@ WebContentDecryptionModuleImpl::~WebContentDecryptionModuleImpl() {
}
// The caller owns the created session.
-WebKit::WebContentDecryptionModuleSession*
+blink::WebContentDecryptionModuleSession*
WebContentDecryptionModuleImpl::createSession(
- WebKit::WebContentDecryptionModuleSession::Client* client) {
+ blink::WebContentDecryptionModuleSession::Client* client) {
DCHECK(media_keys_);
WebContentDecryptionModuleSessionImpl* session =
new WebContentDecryptionModuleSessionImpl(

Powered by Google App Engine
This is Rietveld 408576698